Skip to content

Commit 9394081

Browse files
author
Erik Derr
committed
Upgrade to WALA master via maven central
1 parent 3c344c1 commit 9394081

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ dependencies {
2929
provided 'net.consensys.cava:cava-toml:0.5.0'
3030
provided 'com.google.guava:guava:27.0.1-jre'
3131

32-
// local deps
33-
provided files('lib/com.ibm.wala.core-1.5.1-7f51c220-patched.jar')
34-
provided files('lib/com.ibm.wala.dalvik-1.5.1-7f51c220-patched.jar')
35-
provided files('lib/com.ibm.wala.shrike-1.5.1-7f51c220-patched.jar')
36-
provided files('lib/com.ibm.wala.util-1.5.1-7f51c220-patched.jar')
32+
// WALA and dexlib
33+
provided 'com.ibm.wala:com.ibm.wala.core:1.5.1'
34+
provided 'com.ibm.wala:com.ibm.wala.dalvik:1.5.1'
35+
provided 'com.ibm.wala:com.ibm.wala.shrike:1.5.1'
36+
provided 'com.ibm.wala:com.ibm.wala.util:1.5.1'
3737
provided 'org.smali:dexlib2:2.2.6'
3838

3939
provided files('lib/android-xml.jar') // axml relevant classes from Android SDK

0 commit comments

Comments
 (0)