Skip to content

Commit

Permalink
version 461
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbonnin committed Apr 7, 2021
1 parent b8d3038 commit 1cf5eb9
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 = 460
versionName = "4.60"
versionCode = 461
versionName = "4.61"

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 @@ -66,4 +66,5 @@
<string name="changelog_458" translatable="false">Add Darkmoon support. Many thanks to jk2112!</string>
<string name="changelog_459" translatable="false">Mini-set support</string>
<string name="changelog_460" translatable="false">Added cards from the barrens</string>
<string name="changelog_461" translatable="false">Tentative support for Android 11</string>
</resources>

0 comments on commit 1cf5eb9

Please sign in to comment.