This commit is contained in:
Jonathan Fisher 2020-11-12 23:08:18 +00:00
parent e5a26ce3a2
commit fe16f605a0
3 changed files with 4 additions and 4 deletions

View File

@ -11,8 +11,8 @@ android {
applicationId "oppen.gemini.ariane" applicationId "oppen.gemini.ariane"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 11 versionCode 12
versionName "2.0.3" versionName "2.0.4"
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": 11, "versionCode": 12,
"versionName": "2.0.3", "versionName": "2.0.4",
"outputFile": "app-release.apk" "outputFile": "app-release.apk"
} }
] ]