Skip to content

Commit 664dae7

Browse files
committed
Update to release v23 with changelog.
1 parent 1b4d22b commit 664dae7

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ android {
2323
defaultConfig {
2424
applicationId "com.gatheringhallstudios.mhworlddatabase"
2525
minSdkVersion 19
26-
versionCode 22
2726
targetSdkVersion 30
28-
versionName "2.1.0"
27+
versionCode 23
28+
versionName "2.1.1"
2929
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3030

3131
// We set this to false so vectors get rastered at buildtime.

app/src/main/res/raw/changelog.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<changelog>
2+
<release
3+
versionCode="23"
4+
versionName="Version 2.1.1">
5+
<info>
6+
&#9;- Added Fatalis data
7+
[br]&#9;- Added ALL missing data for DLC monsters and quests
8+
[br]&#9;- Added UI translations for German and Spanish
9+
</info>
10+
<info>
11+
Special thanks to everyone in our Discord channel who helped us get to DATA-COMPLETE!
12+
</info>
13+
</release>
214
<release
315
versionCode="21"
416
versionName="Version 2.0.0">
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
- Added Fatalis data
2+
- Added ALL missing data for DLC monsters and quests
3+
- Added UI translations for German and Spanish
4+
5+
Special thanks to everyone in our Discord channel who helped us get to DATA-COMPLETE!

0 commit comments

Comments
 (0)