Skip to content

Commit

Permalink
version 448
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Jul 15, 2020
1 parent d13d973 commit adab108
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 = 447
versionName = "4.47"
versionCode = 448
versionName = "4.48"

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 @@ -56,4 +56,5 @@
<string name="changelog_444" translatable="false">Add Rabid Saurolisk.</string>
<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>
</resources>

0 comments on commit adab108

Please sign in to comment.