Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kaajjo committed Dec 31, 2022
1 parent 60bb2f8 commit 8ae24fb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
minSdk 26
targetSdk 33
versionCode 2
versionName "1.1.0"
versionName "1.2.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
Expand Down
16 changes: 8 additions & 8 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,34 @@
],
"attributes": [],
"versionCode": 2,
"versionName": "1.1.0",
"versionName": "1.2.0",
"outputFile": "app-x86_64-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "arm64-v8a"
"value": "armeabi-v7a"
}
],
"attributes": [],
"versionCode": 2,
"versionName": "1.1.0",
"outputFile": "app-arm64-v8a-release.apk"
"versionName": "1.2.0",
"outputFile": "app-armeabi-v7a-release.apk"
},
{
"type": "ONE_OF_MANY",
"filters": [
{
"filterType": "ABI",
"value": "armeabi-v7a"
"value": "arm64-v8a"
}
],
"attributes": [],
"versionCode": 2,
"versionName": "1.1.0",
"outputFile": "app-armeabi-v7a-release.apk"
"versionName": "1.2.0",
"outputFile": "app-arm64-v8a-release.apk"
},
{
"type": "ONE_OF_MANY",
Expand All @@ -56,7 +56,7 @@
],
"attributes": [],
"versionCode": 2,
"versionName": "1.1.0",
"versionName": "1.2.0",
"outputFile": "app-x86-release.apk"
}
],
Expand Down

0 comments on commit 8ae24fb

Please sign in to comment.