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 { android {
compileSdkVersion 30 compileSdkVersion 30
buildToolsVersion "30.0.1" buildToolsVersion "30.0.2"
defaultConfig { defaultConfig {
applicationId "oppen.gemini.ariane" applicationId "oppen.gemini.ariane"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 13 versionCode 14
versionName "2.0.5" versionName "2.0.6"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

Binary file not shown.

View File

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