Bump version
This commit is contained in:
parent
8990919dab
commit
15ed3e52f2
@ -8,8 +8,8 @@ android {
|
|||||||
applicationId "com.topjohnwu.magisk"
|
applicationId "com.topjohnwu.magisk"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion rootProject.ext.compileSdkVersion
|
targetSdkVersion rootProject.ext.compileSdkVersion
|
||||||
versionCode 113
|
versionCode 115
|
||||||
versionName "5.6.4"
|
versionName "5.7.0"
|
||||||
javaCompileOptions {
|
javaCompileOptions {
|
||||||
annotationProcessorOptions {
|
annotationProcessorOptions {
|
||||||
argument('butterknife.debuggable', 'false')
|
argument('butterknife.debuggable', 'false')
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
### v5.6.4
|
### v5.7.0
|
||||||
- Remove the blacklisted apps using SafetyNet (e.g. Pokemon GO)
|
- Add app shortcuts for Android 7.1+
|
||||||
|
- Bump minimal module `minMagisk` to `1500`
|
||||||
|
- Adjustments for new sepolicies on v16.4+
|
||||||
|
- Fix crashes when refreshing the online repo
|
||||||
|
Loading…
Reference in New Issue
Block a user