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 { android {
compileSdkVersion 24 compileSdkVersion 24
buildToolsVersion "24.0.2" buildToolsVersion "24.0.3"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 24 targetSdkVersion 24
versionName "4.7" versionName "4.7.1"
versionCode = 104 versionCode = 105
} }
productFlavors { productFlavors {