release 0.9.7 of storage demo app
This commit is contained in:
parent
801dcc42ed
commit
f373f4bb97
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ android {
|
||||||
applicationId "de.grobox.storagebackuptester"
|
applicationId "de.grobox.storagebackuptester"
|
||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 18
|
versionCode 20
|
||||||
versionName "0.9.5"
|
versionName "0.9.7"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
testInstrumentationRunnerArguments disableAnalytics: 'true'
|
testInstrumentationRunnerArguments disableAnalytics: 'true'
|
||||||
|
|
Loading…
Reference in a new issue