Bump version code and small fixes

This commit is contained in:
topjohnwu
2017-01-03 01:58:21 +08:00
parent 8a6b254799
commit b84ab656d8
3 changed files with 3 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ android {
applicationId "com.topjohnwu.magisk"
minSdkVersion 21
targetSdkVersion 25
versionCode 10
versionCode 11
versionName "3.0"
jackOptions {
enabled true
@@ -59,6 +59,6 @@ dependencies {
compile 'com.madgag.spongycastle:prov:1.54.0.0'
compile 'com.madgag.spongycastle:pkix:1.54.0.0'
compile 'com.madgag.spongycastle:pg:1.54.0.0'
compile 'com.google.android.gms:play-services-safetynet:10.0.1'
compile 'com.google.android.gms:play-services-safetynet:9.0.1'
annotationProcessor 'com.jakewharton:butterknife-compiler:8.4.0'
}