mirror of https://git.sr.ht/~oppen/ariane
history fixes
This commit is contained in:
parent
8f0c91f657
commit
197838ba96
|
@ -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.
|
@ -10,8 +10,8 @@
|
|||
{
|
||||
"type": "SINGLE",
|
||||
"filters": [],
|
||||
"versionCode": 13,
|
||||
"versionName": "2.0.5",
|
||||
"versionCode": 14,
|
||||
"versionName": "2.0.6",
|
||||
"outputFile": "app-release.apk"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue