Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
Aayush Gupta
2024-02-23 22:11:05 +05:30
parent 3091679c4c
commit 2ba8692467
3 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
Changelog : v4.4.2 (56)
• Target Android 14
• Improve the F-Droid package filter for updates
• Claim responsibility for future updates when installing apps using SessionInstaller (Android 14+)
• Rename "Extended Updates" to "Incompatible Updates"
• Add menu action to create a shortcut for the installed app
• Bug fixes and improvements
• Translation updates
Changelog : v4.4.1 (55)
• Switch to jitpack again for syncing gplayapi

View File

@@ -45,8 +45,8 @@ android {
minSdk = 21
targetSdk = 34
versionCode = 55
versionName = "4.4.1"
versionCode = 56
versionName = "4.4.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

View File

@@ -0,0 +1,7 @@
• Target Android 14
• Improve the F-Droid package filter for updates
• Claim responsibility for future updates when installing apps using SessionInstaller (Android 14+)
• Rename "Extended Updates" to "Incompatible Updates"
• Add menu action to create a shortcut for the installed app
• Bug fixes and improvements
• Translation updates