This commit is contained in:
machiav3lli 2022-08-18 23:44:11 +02:00
parent 84e746bb71
commit 44825fe20a
2 changed files with 9 additions and 2 deletions

View File

@ -19,8 +19,8 @@ android {
applicationId = "com.machiav3lli.fdroid"
minSdk = 23
targetSdk = 32
versionCode = 913
versionName = "0.9.3"
versionCode = 914
versionName = "0.9.4"
vectorDrawables.useSupportLibrary = true
javaCompileOptions {

View File

@ -0,0 +1,7 @@
Add: Favorites category
Add: Option to set sync interval
Add: Supporting auto-importing fdroidrepos: repo addresses from clipboard
Fix: Nested scrolling of AppSheet
Fix: Repository apps count
Fix: Allow retention of apk till "consumed"
Update: Make app description/changelog text selectable