Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2023-08-22 13:04:44 +05:30
parent e02347ec85
commit accb986487
4 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
Changelog : v4.3.1 (49)
• Allow users to enable app links during first-time setup
• Translation updates
• Minor bugfixes & improvements
Changelog : v4.3.0 (48)
• Major internal changes related to UI
• Translation updates

View File

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

View File

@@ -0,0 +1,4 @@
• Major internal changes related to UI
• Allow users to enable app links during first-time setup
• Translation updates
• Minor bugfixes & improvements

View File

@@ -0,0 +1,4 @@
• UI से संबंधित प्रमुख आंतरिक परिवर्तन
• उपयोगकर्ताओं को पहली बार सेटअप के दौरान ऐप लिंक सक्षम करने दें
• अनुवाद अद्यतन
• मामूली बग समाधान और सुधार