manual version bump, still.

This commit is contained in:
Kevin Gorham 2018-11-27 23:27:25 -05:00 committed by Jack Grigg
parent 56154ee506
commit f7263f69c0
No known key found for this signature in database
GPG Key ID: 1B8D649257DB0829
1 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'com.github.dcendents.android-maven'
group = 'cash.z.android.wallet'
version = '1.1.1'
version = '1.1.2'
repositories {
google()
@ -40,8 +40,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode = 1_01_01
versionName = "1.1.1"
versionCode = 1_01_02
versionName = "1.1.2"
testInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
}