Skip to content

Commit

Permalink
version 438
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 7, 2020
1 parent e8b2e19 commit 62b9a9b
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 @@ -35,8 +35,8 @@ android {
applicationId = "net.mbonnin.arcanetracker"
minSdkVersion(Versions.minSdkVersion)
targetSdkVersion(Versions.targetSdkVersion)
versionCode = 437
versionName = "4.37"
versionCode = 438
versionName = "4.38"

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 @@ -49,4 +49,5 @@
<string name="changelog_435" translatable="false">Updated Battlegrounds tiers.\nAllow to fold/unfold Battlegrounds tiers.\nFix a bug where BubbleHearth could be shown as a potential secret.</string>
<string name="changelog_436" translatable="false">Updates for patch 16.6.</string>
<string name="changelog_437" translatable="false">Updates for the april 1st path.</string>
<string name="changelog_438" translatable="false">Added a notification for uploads and Battlegrounds uploads.</string>
</resources>

0 comments on commit 62b9a9b

Please sign in to comment.