Skip to content

Commit

Permalink
version 452
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Aug 7, 2020
1 parent 5b4b6b8 commit 02f182b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ android {
applicationId = "net.mbonnin.arcanetracker"
minSdkVersion(Versions.minSdkVersion)
targetSdkVersion(Versions.targetSdkVersion)
versionCode = 451
versionName = "4.51"
versionCode = 452
versionName = "4.52"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
multiDexEnabled = true
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/values/changelogs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@
<string name="changelog_445" translatable="false">Pirates in Battlegrounds.</string>
<string name="changelog_447" translatable="false">Fixed a bug that prevented to login.</string>
<string name="changelog_448" translatable="false">Updated for patch 17.6.</string>
<string name="changelog_452" translatable="false">Scholomance support.</string>
</resources>

0 comments on commit 02f182b

Please sign in to comment.