diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-26 15:43:32 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-26 15:43:32 -0700 |
commit | 600524d548105aa026c0d1900d503bab34c38ce4 (patch) | |
tree | c83ff4ba6d35321e5cd98b8effca59656114043e /gradle.properties | |
parent | c09b59f09a24d79ff306aea7dd86e6ca2b2c3208 (diff) | |
download | kau-600524d548105aa026c0d1900d503bab34c38ce4.tar.gz kau-600524d548105aa026c0d1900d503bab34c38ce4.tar.bz2 kau-600524d548105aa026c0d1900d503bab34c38ce4.zip |
Add back press helper
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index aa9e621..3f64bcf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -20,8 +20,8 @@ APP_GROUP=ca.allanwang MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.0 -VERSION_CODE=2 -VERSION_NAME=1.1 +VERSION_CODE=4 +VERSION_NAME=1.3 ANDROID_SUPPORT_LIBS=26.0.0-beta2 MATERIAL_DIALOG=0.9.4.3 |