2.0.9, plus delete old RCs

This commit is contained in:
Jonathan Fisher 2020-11-16 21:13:05 +00:00
parent 43c1f7793e
commit 02c67bda89
8 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "oppen.gemini.ariane"
minSdkVersion 21
targetSdkVersion 30
versionCode 16
versionName "2.0.8"
versionCode 17
versionName "2.0.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Binary file not shown.

View File

@ -10,8 +10,8 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 16,
"versionName": "2.0.8",
"versionCode": 17,
"versionName": "2.0.9",
"outputFile": "app-release.apk"
}
]