Skip to content

Commit

Permalink
Android: update build tools version + versionCode bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Jun 3, 2017
1 parent 994802a commit 72eec0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/android/build.gradle
Expand Up @@ -11,10 +11,10 @@ apply plugin: "com.android.application"

android {
compileSdkVersion 25
buildToolsVersion "25.0.1"
buildToolsVersion "25.0.3"

defaultConfig {
versionCode 16
versionCode 17
versionName "${System.env.VERSION_STR}.${versionCode}"
minSdkVersion 9
targetSdkVersion 9
Expand Down

0 comments on commit 72eec0f

Please sign in to comment.