Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jan 11, 2018
1 parent 0025ffd commit 7c28493
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "com.topjohnwu.magisk"
minSdkVersion 21
targetSdkVersion 27
versionCode 86
versionName "5.5.3"
versionCode 90
versionName "5.5.4"
ndk {
moduleName 'zipadjust'
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
Expand Down
7 changes: 3 additions & 4 deletions src/main/assets/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
### v5.5.3
- Update translations
- Update internal scripts
- Minor bug fixes
### v5.5.4
- Fix on-boot dtbo detection
- Add fingerprint authentication for Superuser requests

0 comments on commit 7c28493

Please sign in to comment.