diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e63b484..4093c1bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security +## [0.30.3] - 2024-09-16 + +### Fixed + +- Temporary remove any usage of the Ferris Wheel lib. This means no animation when generating a new + grid. The lib was only deployed via JCenter which was shutdown recently, lacking any repository + to download the lib for a build. + We will work to get the lib/animation back soon. + ## [0.30.2] - 2024-09-16 ### Fixed diff --git a/fastlane/metadata/android/de-DE/changelogs/40.txt b/fastlane/metadata/android/de-DE/changelogs/40.txt new file mode 100644 index 00000000..d0ae5390 --- /dev/null +++ b/fastlane/metadata/android/de-DE/changelogs/40.txt @@ -0,0 +1 @@ +— Eine veraltete Bibliothek wurde temporär entfernt, aktuell gibt es keine Animation beim Berechnen eines neuen Spiels. diff --git a/fastlane/metadata/android/en-US/changelogs/40.txt b/fastlane/metadata/android/en-US/changelogs/40.txt new file mode 100644 index 00000000..c756b6e0 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40.txt @@ -0,0 +1 @@ +— An outdated library was removed temporary, there is currently no animation when generating a new grid. diff --git a/gauguin-app/src/main/AndroidManifest.xml b/gauguin-app/src/main/AndroidManifest.xml index 6e5b9370..72a1a482 100644 --- a/gauguin-app/src/main/AndroidManifest.xml +++ b/gauguin-app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="40" + android:versionName="0.30.3">