Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-08-14 15:00:57 +05:30
parent 8692f87400
commit ed8fb3b7df
4 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Changelog : v4.3.0 (48)
• Major internal changes related to UI
• Translation updates
• Minor bugfixes & improvements
Changelog : v4.2.5 (47)
• Hotfix - Fix crash on some screens

View File

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

View File

@@ -0,0 +1,3 @@
• Major internal changes related to UI
• Translation updates
• Minor bugfixes & improvements

View File

@@ -0,0 +1,3 @@
• UI से संबंधित प्रमुख आंतरिक परिवर्तन
• अनुवाद अद्यतन
• मामूली बग समाधान और सुधार