Skip to content

Commit

Permalink
Update to release v23 with changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysondc committed Mar 18, 2021
1 parent 1b4d22b commit 664dae7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ android {
defaultConfig {
applicationId "com.gatheringhallstudios.mhworlddatabase"
minSdkVersion 19
versionCode 22
targetSdkVersion 30
versionName "2.1.0"
versionCode 23
versionName "2.1.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

// We set this to false so vectors get rastered at buildtime.
Expand Down
12 changes: 12 additions & 0 deletions app/src/main/res/raw/changelog.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
<changelog>
<release
versionCode="23"
versionName="Version 2.1.1">
<info>
&#9;- Added Fatalis data
[br]&#9;- Added ALL missing data for DLC monsters and quests
[br]&#9;- Added UI translations for German and Spanish
</info>
<info>
Special thanks to everyone in our Discord channel who helped us get to DATA-COMPLETE!
</info>
</release>
<release
versionCode="21"
versionName="Version 2.0.0">
Expand Down
5 changes: 5 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/23.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Added Fatalis data
- Added ALL missing data for DLC monsters and quests
- Added UI translations for German and Spanish

Special thanks to everyone in our Discord channel who helped us get to DATA-COMPLETE!

0 comments on commit 664dae7

Please sign in to comment.