Skip to content

Commit

Permalink
Update to 28.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiryl Rozau committed Mar 9, 2019
1 parent 5ec5205 commit bfbd4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext {
targetSdkVersion = 27
buildToolsVersion = '28.0.3'

versionName = '28.1.0'
versionName = '28.1.1'
versionCode = versionName.split("\\.").collect { String.format("%02d", it.toInteger()) }.join().toInteger()
}

Expand Down

0 comments on commit bfbd4da

Please sign in to comment.