diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-30 20:39:39 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-30 20:39:39 -0700 |
commit | a5ea70cd8fbc1f4fb15742d810698a7caef0eb26 (patch) | |
tree | c2a39ad37e6074ae58dc708e66f6e7dfbbd66e04 /gradle.properties | |
parent | 1811531d6934f4eadfca70b30afa2dac76400bef (diff) | |
download | frost-a5ea70cd8fbc1f4fb15742d810698a7caef0eb26.tar.gz frost-a5ea70cd8fbc1f4fb15742d810698a7caef0eb26.tar.bz2 frost-a5ea70cd8fbc1f4fb15742d810698a7caef0eb26.zip |
Ensure crashlytics sends report
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 548ad31b..c5228dba 100644 --- a/gradle.properties +++ b/gradle.properties @@ -16,7 +16,7 @@ APP_GROUP=com.pitchedapps MIN_SDK=21 TARGET_SDK=26 BUILD_TOOLS=26.0.0 -VERSION_CODE=9 +VERSION_CODE=10 VERSION_NAME=1.0 KAU=e1e3b37000 |