Skip to content

Commit

Permalink
update sandhook to fix XSharePref
Browse files Browse the repository at this point in the history
  • Loading branch information
swift_gan authored and ganyao114 committed Apr 10, 2019
1 parent 83fa2d5 commit 7678e4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
// compile project(':hooklib')
// compile project(':xposedcompat')
compile 'com.swift.sandhook:hooklib:3.4.2'
compile 'com.swift.sandhook:xposedcompat:3.4.2'
compile 'com.swift.sandhook:hooklib:3.4.6'
compile 'com.swift.sandhook:xposedcompat:3.4.6'
compile 'com.trend.lazyinject:lib:3.4.0-beta'
annotationProcessor 'com.trend.lazyinject:compiler:3.4.0-beta'
}

0 comments on commit 7678e4d

Please sign in to comment.