2.0.2 release

This commit is contained in:
Jonathan Fisher 2020-11-11 15:59:19 +00:00
parent 8e15f09a0c
commit fac559bc90
3 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "oppen.gemini.ariane"
minSdkVersion 21
targetSdkVersion 30
versionCode 9
versionName "2.0.1"
versionCode 10
versionName "2.0.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Binary file not shown.

View File

@ -10,8 +10,8 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 9,
"versionName": "2.0.1",
"versionCode": 10,
"versionName": "2.0.2",
"outputFile": "app-release.apk"
}
]