Skip to content

Commit

Permalink
beta13
Browse files Browse the repository at this point in the history
  • Loading branch information
canyie committed Feb 17, 2021
1 parent e50d55a commit fa93ca3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.annotation:annotation:1.1.0'
implementation 'top.canyie.pine:core:0.2.3'
implementation 'top.canyie.pine:xposed:0.0.6'
implementation 'top.canyie.pine:xposed:0.0.7'
implementation 'com.google.code.gson:gson:2.8.6'
compileOnly files('lib/hiddenapis-stub.jar')
testImplementation 'junit:junit:4.12'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ ext {
minSdkVersion = 24
targetSdkVersion = 29 // useless in magisk module
versionCode = 2
versionName = '2.0_beta12'
versionName = '2.0_beta13'
minMagiskVersion = 19000
riruApiVersion = 5 // For Riru v21
riruNewApiVersion = 9 // For Riru v22+
Expand Down

0 comments on commit fa93ca3

Please sign in to comment.