mirror of
https://github.com/whyorean/AuroraStore.git
synced 2025-12-23 22:27:55 -05:00
@@ -1,3 +1,11 @@
|
||||
Changelog : v4.2.1 (43)
|
||||
• Fix crash related to notification of installation services
|
||||
• Only show valid spoofing properties in app
|
||||
• Notify users when they are rate-limited during searching
|
||||
• Show a shimmer animation while searching to indicate progress
|
||||
• Fix navigation behaviour when default tab is changed
|
||||
• Fix quick exit option
|
||||
|
||||
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)
|
||||
|
||||
@@ -47,8 +47,8 @@ android {
|
||||
minSdk 19
|
||||
targetSdk 33
|
||||
|
||||
versionCode 43
|
||||
versionName "4.2.1"
|
||||
versionCode 44
|
||||
versionName "4.2.2"
|
||||
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
multiDexEnabled true
|
||||
|
||||
6
fastlane/metadata/android/en-US/changelogs/44.txt
Normal file
6
fastlane/metadata/android/en-US/changelogs/44.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
• Fix crash related to notification of installation services
|
||||
• Only show valid spoofing properties in app
|
||||
• Notify users when they are rate-limited during searching
|
||||
• Show a shimmer animation while searching to indicate progress
|
||||
• Fix navigation behaviour when default tab is changed
|
||||
• Fix quick exit option
|
||||
6
fastlane/metadata/android/hi/changelogs/44.txt
Normal file
6
fastlane/metadata/android/hi/changelogs/44.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
• अधिसूचना सेवाओं से संबंधित क्रैश ठीक करें
|
||||
• ऐप में केवल वैध स्पूफिंग गुण दिखाएं
|
||||
• उपयोगकर्ताओं को सूचित करें जब वे खोज के दौरान दर-सीमित हों
|
||||
• प्रगति को इंगित करने के लिए खोज करते समय झिलमिलाता एनीमेशन दिखाएं
|
||||
• डिफॉल्ट टैब बदलने पर नेविगेशन व्यवहार ठीक करें
|
||||
• त्वरित निकास विकल्प ठीक करें
|
||||
Reference in New Issue
Block a user