Release 0.4.0

- Added: Language preference
- Update: horizontal scrolling screenshots
- Fix: Background root installer
- Add: Only ask for root when selected
- Tons of UI/UX tweaks
This commit is contained in:
machiav3lli 2021-11-17 01:00:54 +01:00
parent d98abec499
commit e106b4ca00
2 changed files with 7 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 = 36 versionCode = 40
versionName = "0.3.6" versionName = "0.4.0"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
} }

View File

@ -0,0 +1,5 @@
- Added: Language preference
- Update: horizontal scrolling screenshots
- Fix: Background root installer
- Add: Only ask for root when selected
- Tons of UI/UX tweaks