File tree Expand file tree Collapse file tree
fastlane/metadata/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,6 +19,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
2020### Security
2121
22+ ## [ 0.34.1]
23+
24+ ### Added
25+
26+ - More info if an exception occurs while loading grids.
27+
28+ ### Changed
29+
30+ - Downgrade JSON dependency to hopefully fix exceptions when loading grids.
31+
2232## [ 0.34.0] - 2025-01-26
2333
2434### Added
Original file line number Diff line number Diff line change 1+ — Bugfix: Zurückstufen einer Abhängigkeit, um Abstürze beim Laden von Spielen zu verhindern.
Original file line number Diff line number Diff line change 1+ — Downgrades a dependency to fix an exception while loading grids.
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 android : installLocation =" auto"
4- android : versionCode =" 47 "
5- android : versionName =" 0.34.0 " >
4+ android : versionCode =" 48 "
5+ android : versionName =" 0.34.1 " >
66
77 <application
88 android : icon =" @mipmap/ic_launcher"
You can’t perform that action at this time.
0 commit comments