Update build tools and version code

This commit is contained in:
Cameron Gutman 2016-09-28 22:31:55 -07:00
parent 2ed245b25a
commit 9b90b30a1f

View File

@ -5,14 +5,14 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 24
buildToolsVersion "24.0.2"
buildToolsVersion "24.0.3"
defaultConfig {
minSdkVersion 16
targetSdkVersion 24
versionName "4.7"
versionCode = 104
versionName "4.7.1"
versionCode = 105
}
productFlavors {