Skip to content

Commit

Permalink
Bump version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
topjohnwu committed Jan 11, 2017
1 parent a9dc1b3 commit e1aabd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ android {
applicationId "com.topjohnwu.magisk"
minSdkVersion 21
targetSdkVersion 25
versionCode 11
versionName "3.0"
versionCode 12
versionName "3.1"
jackOptions {
enabled true
}
ndk {
moduleName 'zipadjust'
abiFilters 'x86', 'x86_64', 'armeabi', 'arm64-v8a'
abiFilters 'x86', 'x86_64', 'armeabi-v7a', 'arm64-v8a'
}
}

Expand Down

0 comments on commit e1aabd7

Please sign in to comment.