Skip to content

Commit

Permalink
Increased Version
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Feb 5, 2022
1 parent 0988b90 commit 508b310
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ android {
applicationId = "de.datlag.burningseries"
minSdk = Configuration.minSdk
targetSdk = Configuration.targetSdk
versionCode = 112
versionName = "1.1.2"
versionCode = 120
versionName = "1.2.0"

multiDexEnabled = true
vectorDrawables.useSupportLibrary = true
Expand Down
4 changes: 2 additions & 2 deletions app/release/output-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 112,
"versionName": "1.1.2",
"versionCode": 120,
"versionName": "1.2.0",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 508b310

Please sign in to comment.