Skip to content

Commit

Permalink
Fix inconsistent version number in API
Browse files Browse the repository at this point in the history
  • Loading branch information
timrae committed May 29, 2018
1 parent 64d68ef commit a1f2268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ android {
defaultConfig {
minSdkVersion 8
targetSdkVersion 25
versionCode 11015 // 4th digit: 1=alpha, 2=beta, 3=official
versionCode 11016 // 4th digit: 1=alpha, 2=beta, 3=official
versionName version
}
buildTypes {
Expand Down

0 comments on commit a1f2268

Please sign in to comment.