Skip to content

Commit

Permalink
version 459
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jan 23, 2021
1 parent 8674bf6 commit 03c11d0
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 = 458
versionName = "4.58"
versionCode = 459
versionName = "4.59"

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 @@ -64,4 +64,5 @@
<string name="changelog_456" translatable="false">Fix game uploads after new ranking system.</string>
<string name="changelog_457" translatable="false">Fix game were registered twice.</string>
<string name="changelog_458" translatable="false">Add Darkmoon support. Many thanks to jk2112!</string>
<string name="changelog_459" translatable="false">Mini-set support</string>
</resources>

0 comments on commit 03c11d0

Please sign in to comment.