diff --git a/app/build.gradle b/app/build.gradle index c54e09dc..50e46367 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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. diff --git a/app/src/main/res/raw/changelog.xml b/app/src/main/res/raw/changelog.xml index 46ae59d0..121fd3ff 100644 --- a/app/src/main/res/raw/changelog.xml +++ b/app/src/main/res/raw/changelog.xml @@ -1,4 +1,16 @@ + + + - Added Fatalis data + [br] - Added ALL missing data for DLC monsters and quests + [br] - Added UI translations for German and Spanish + + + Special thanks to everyone in our Discord channel who helped us get to DATA-COMPLETE! + + diff --git a/fastlane/metadata/android/en-US/changelogs/23.txt b/fastlane/metadata/android/en-US/changelogs/23.txt new file mode 100644 index 00000000..0d4462bf --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/23.txt @@ -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! \ No newline at end of file