Update build.gradle for re-release

This commit is contained in:
Cameron Gutman 2014-11-23 02:07:03 -08:00
parent 7cdd184197
commit 5b6eac7140

View File

@ -5,14 +5,14 @@ apply plugin: 'com.android.application'
android { android {
compileSdkVersion 21 compileSdkVersion 21
buildToolsVersion "21.0.2" buildToolsVersion "21.1.1"
defaultConfig { defaultConfig {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 21 targetSdkVersion 21
versionName "3.0" versionName "3.0"
versionCode = 45 versionCode = 46
} }
productFlavors { productFlavors {