Release 0.4.2

This commit is contained in:
machiav3lli 2021-12-15 00:23:45 +01:00
parent a700d414e7
commit 5677c66064
2 changed files with 8 additions and 2 deletions

View File

@ -22,8 +22,8 @@ android {
applicationId = 'com.looker.droidify' applicationId = 'com.looker.droidify'
minSdk = 21 minSdk = 21
targetSdk = 31 targetSdk = 31
versionCode = 41 versionCode = 42
versionName = "0.4.1" versionName = "0.4.2"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }

View File

@ -0,0 +1,6 @@
- More of Material Design 3
- Fix: Root and default installer
- Fix: Delete Cached File After Uninstall
- Fix: Crash on pressing download when offline
- Update translations of over 17 languages
- Many small fixes and tweaks…