diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-19 15:31:10 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-19 15:31:10 -0700 |
commit | 382433780c3f4403723a78e409cb161c9fad5034 (patch) | |
tree | 1138696bdd6e04d2227acaa4ab19ee8b85b4d2f8 /gradle.properties | |
parent | 0720413ee859762fc4c2d8748ba10402dffd0be7 (diff) | |
download | frost-382433780c3f4403723a78e409cb161c9fad5034.tar.gz frost-382433780c3f4403723a78e409cb161c9fad5034.tar.bz2 frost-382433780c3f4403723a78e409cb161c9fad5034.zip |
Parse header badges
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 1fb9a8bb..533e22df 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=1 -VERSION_NAME=0.1 +VERSION_CODE=2 +VERSION_NAME=0.2 ANDROID_SUPPORT_LIBS=26.0.0-alpha1 -KAU=9832aed0ea +KAU=94defc1ab5 MATERIAL_DRAWER=5.9.2 MATERIAL_DRAWER_KT=1.0.2 IICON_GOOGLE=3.0.1.0 @@ -34,6 +34,7 @@ JSOUP=1.10.2 ANKO=0.10.1 GLIDE=4.0.0-RC0 RETROFIT=2.2.0 +EVENTBUS=3.0.0 DBFLOW=4.0.2 SQL_CIPHER=3.5.7 OKHTTP_INTERCEPTOR=3.6.0 |