diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-29 23:43:36 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-29 23:43:36 -0700 |
commit | a42519030892ede729fc37ce6cbc93bb1d80989c (patch) | |
tree | f2898b8825ea346bdf0fb8605b355237ce3da669 /gradle.properties | |
parent | 213a6b8a9213240801a84cfcfb9925d4709cdbe4 (diff) | |
download | frost-a42519030892ede729fc37ce6cbc93bb1d80989c.tar.gz frost-a42519030892ede729fc37ce6cbc93bb1d80989c.tar.bz2 frost-a42519030892ede729fc37ce6cbc93bb1d80989c.zip |
Add log throws
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 7c057657..868f1e95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,10 +16,10 @@ APP_GROUP=com.pitchedapps MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.0 -VERSION_CODE=5 -VERSION_NAME=0.5 +VERSION_CODE=6 +VERSION_NAME=0.6 -KAU=fc7e19ef72 +KAU=e1e3b37000 KOTLIN=1.1.3 MATERIAL_DRAWER=5.9.3 MATERIAL_DRAWER_KT=1.0.4 |