Skip to content
Closed
Prev Previous commit
Next Next commit
upd compileSdkVersion
  • Loading branch information
kesha-antonov committed May 2, 2017
commit 4a10a656b1c9444341ba3e52c6e73e078fc80377
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ allprojects {
}

ext {
compileSdkVersion = 22
buildToolsVersion = '22.0.1'
compileSdkVersion = 23
buildToolsVersion = '23.0.1'
targetSdkVersion = 22
minSdkVersion = 16
minSdkVersion = 17
versionCode = 28
versionName = "0.3.3"
}