Release 0.3.4

This commit is contained in:
machiav3lli 2021-10-24 17:03:00 +02:00
parent e3eaa6e0b3
commit 04635fd926
2 changed files with 8 additions and 2 deletions

View File

@ -26,8 +26,8 @@ android {
applicationId = 'com.looker.droidify'
minSdk = 21
targetSdk = 31
versionCode = 33
versionName = "0.3.3"
versionCode = 34
versionName = "0.3.4"
}
sourceSets.all {

View File

@ -0,0 +1,6 @@
- Update: Collapsing toolbar
- Update: Improve installers (Root & non-root)
- Update: New app icon(again)
- Update: Release info blocks design
- Update: Handle missing names and icons of authors
- Other fixes, tweaks and clean ups