Skip to content

Commit

Permalink
Release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
machiav3lli committed Dec 16, 2021
1 parent 0a959ae commit 8c7d1d6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId = 'com.looker.droidify'
minSdk = 21
targetSdk = 31
versionCode = 42
versionName = "0.4.2"
versionCode = 43
versionName = "0.4.3"
vectorDrawables.useSupportLibrary = true
}

Expand Down
4 changes: 4 additions & 0 deletions metadata/en-US/changelogs/43.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- Fix: Screenshot placeholder icon
- Fix: Soft crash when starting AppDetails
- Fix: Run only one instance of root installer
- Fix: Root installer

0 comments on commit 8c7d1d6

Please sign in to comment.