Release 0.6.5

This commit is contained in:
LooKeR 2025-02-28 19:26:04 +05:30
parent 0e98476b41
commit cd8d638aa6
No known key found for this signature in database
GPG Key ID: 6B59369FDB608FB9
2 changed files with 26 additions and 2 deletions

View File

@ -12,7 +12,7 @@ plugins {
}
android {
val latestVersionName = "0.6.4"
val latestVersionName = "0.6.5"
namespace = "com.looker.droidify"
buildToolsVersion = "35.0.0"
compileSdk = 35
@ -20,7 +20,7 @@ android {
minSdk = 23
targetSdk = 35
applicationId = "com.looker.droidify"
versionCode = 640
versionCode = 650
versionName = latestVersionName
vectorDrawables.useSupportLibrary = false
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

View File

@ -0,0 +1,24 @@
Added:
- Progress Bar on Sync
- IronFox Repo
- Video to Screenshots list
- Dialog to notify shizuku permission issues
- Target SDK in Release Item
Fixed:
- Persistent install notification
- Donation Link Parsing
- Updates when signature check skipped
- Adding repository adds a suffix
- Screenshots for password protected repo
Changed:
- Shizuku permission no longer reverts on permission loss
- Progress Bar animation
Improvements:
- All-around performance improvement
- Edit Repository UI
Removed:
- Unused dependencies