Skip to content

Commit

Permalink
increased version
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed May 1, 2022
1 parent e1c8d03 commit 8e2abc5
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 = 200
versionName = "2.0.0"
versionCode = 210
versionName = "2.1.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": 200,
"versionName": "2.0.0",
"versionCode": 210,
"versionName": "2.1.0",
"outputFile": "app-release.apk"
}
],
Expand Down

0 comments on commit 8e2abc5

Please sign in to comment.