history fixes

This commit is contained in:
Jonathan Fisher 2020-11-13 20:54:20 +00:00
parent 8f0c91f657
commit 197838ba96
3 changed files with 5 additions and 5 deletions

View File

@ -5,14 +5,14 @@ apply plugin: 'kotlin-kapt'
android {
compileSdkVersion 30
buildToolsVersion "30.0.1"
buildToolsVersion "30.0.2"
defaultConfig {
applicationId "oppen.gemini.ariane"
minSdkVersion 21
targetSdkVersion 30
versionCode 13
versionName "2.0.5"
versionCode 14
versionName "2.0.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Binary file not shown.

View File

@ -10,8 +10,8 @@
{
"type": "SINGLE",
"filters": [],
"versionCode": 13,
"versionName": "2.0.5",
"versionCode": 14,
"versionName": "2.0.6",
"outputFile": "app-release.apk"
}
]