Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump android version for next release
  • Loading branch information
nerzhul committed Jun 10, 2018
1 parent 5966e89 commit 2e18a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/android/build.gradle
Expand Up @@ -5,7 +5,7 @@ buildscript {
google()
}
dependencies {
classpath "com.android.tools.build:gradle:3.0.1"
classpath "com.android.tools.build:gradle:3.1.3"
}
}

Expand All @@ -16,7 +16,7 @@ android {
buildToolsVersion "26.0.2"

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

0 comments on commit 2e18a2d

Please sign in to comment.