diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index f3e5ee50..13a1be93 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,11 +16,11 @@ APP_GROUP=com.pitchedapps MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.0 -VERSION_CODE=2 -VERSION_NAME=0.2 +VERSION_CODE=3 +VERSION_NAME=0.3 ANDROID_SUPPORT_LIBS=26.0.0-alpha1 -KAU=d924b60bac +KAU=1d13225234 MATERIAL_DRAWER=5.9.2 MATERIAL_DRAWER_KT=1.0.2 IICON_GOOGLE=3.0.1.0 |