Release 0.3.2

This commit is contained in:
machiav3lli 2021-10-20 12:40:48 +02:00
parent 50f40d8f3a
commit 6be7b2cb74
2 changed files with 8 additions and 2 deletions

View File

@ -26,8 +26,8 @@ android {
applicationId = 'com.looker.droidify' applicationId = 'com.looker.droidify'
minSdk = 21 minSdk = 21
targetSdk = 31 targetSdk = 31
versionCode = 31 versionCode = 32
versionName = "0.3.1" versionName = "0.3.2"
} }
sourceSets.all { sourceSets.all {

View File

@ -0,0 +1,6 @@
- Update: Design to MD3
- Update: Better screenshots UX
- Fix: Freezing during application installation with root method
- Update: Revamped theming profiles
- Add: Sharing links (only official F-Droid for now)
- Other small UI/UX fixes