Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
- Added: Language preference
- Update: horizontal scrolling screenshots
- Fix: Background root installer
- Add: Only ask for root when selected
- Tons of UI/UX tweaks
  • Loading branch information
machiav3lli committed Nov 17, 2021
1 parent d98abec commit e106b4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId = 'com.looker.droidify'
minSdk = 21
targetSdk = 31
versionCode = 36
versionName = "0.3.6"
versionCode = 40
versionName = "0.4.0"
vectorDrawables.useSupportLibrary = true
}

Expand Down
5 changes: 5 additions & 0 deletions metadata/en-US/changelogs/40.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e106b4c

Please sign in to comment.