Bumped versionName to 0.12.1-beta and versionCode to 7

This commit is contained in:
Severiano Jaramillo 2019-04-26 16:23:57 -05:00
parent ac7e729816
commit 7c8f5d621e

View file

@ -12,8 +12,8 @@ android {
applicationId "cy.agorise.bitsybitshareswallet" applicationId "cy.agorise.bitsybitshareswallet"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 6 versionCode 7
versionName "0.12.0-beta" versionName "0.12.1-beta"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions { javaCompileOptions {