This commit is contained in:
Rahul Patel
2023-10-12 23:54:13 +05:30
parent 27741cb652
commit 5cf28c03fc
4 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
Changelog : v4.3.3 (51)
• Fix search issue, uses WebAPI data
Changelog : v4.3.2 (50)
• Switching to the system theme from a dark theme updates the UI properly
• Dialogs on the home screen no longer hide certain views

View File

@@ -44,8 +44,8 @@ android {
minSdk = 21
targetSdk = 33
versionCode = 50
versionName = "4.3.2"
versionCode = 51
versionName = "4.3.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1 @@
• Fix search issue, uses WebAPI data

View File

@@ -0,0 +1 @@
• खोज समस्या को ठीक किया गया, अब वेबएपीआई डेटा का उपयोग किया जाता है।