Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-04-14 08:14:29 +08:00
parent 77dc6f4ffe
commit 9f4be705c3
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
Changelog : v4.2.1 (43)
• Always enable finish button on permission fragment (fixes new user's onboarding)
• Keep GSON library's TypeToken while optimizing build (fixes startup crash)
Changelog : v4.2.0 (42)
• Target Android 13
• Enable localization of multiple strings

View File

@@ -47,8 +47,8 @@ android {
minSdk 19
targetSdk 33
versionCode 42
versionName "4.2.0"
versionCode 43
versionName "4.2.1"
vectorDrawables.useSupportLibrary = true
multiDexEnabled true

View File

@@ -0,0 +1,2 @@
• Always enable finish button on permission fragment (fixes new user's onboarding)
• Keep GSON library's TypeToken while optimizing build (fixes startup crash)

View File

@@ -0,0 +1,2 @@
• अनुमति खंड पर हमेशा फिनिश बटन को सक्षम करें (नए उपयोगकर्ता की ऑनबोर्डिंग को ठीक करता है)
• बिल्ड को ऑप्टिमाइज़ करते समय GSON लाइब्रेरी का TypeToken रखें (स्टार्टअप क्रैश ठीक करता है)