Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-07-14 09:35:40 +05:30
parent 5042eaccbb
commit 4ff2e0d65e
4 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
Changelog : v4.2.5 (47)
• Hotfix - Fix crash on some screens
Changelog : v4.2.4 (46) Changelog : v4.2.4 (46)
• Avoid asking storage permission until required • Avoid asking storage permission until required
• Reworked spoof configuration to avoid storage permission for import-export • Reworked spoof configuration to avoid storage permission for import-export

View File

@@ -44,8 +44,8 @@ android {
minSdk 21 minSdk 21
targetSdk 33 targetSdk 33
versionCode 46 versionCode 47
versionName "4.2.4" versionName "4.2.5"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -0,0 +1 @@
• Hotfix - Fix crash on some screens

View File

@@ -0,0 +1 @@
• हॉटफिक्स - कुछ स्क्रीन पर क्रैश को ठीक करें