Remove reference to local dexlib2 fork

This commit is contained in:
Lanchon 2019-10-23 14:06:05 -03:00
parent 09f1d69e3c
commit 425bb9f1c4

View File

@ -27,20 +27,10 @@ if (jdk_rt.exists()) compileJava.options.bootClasspath = jdk_rt
repositories {
jcenter()
// Use local fork of dexlib2:
// (https://github.com/DexPatcher/smali/tree/dxp-v1.1.x)
//flatDir dirs: '../dexlib2-fork-for-dexpatcher/dexlib2/build/libs'
//flatDir dirs: '../dexlib2-fork-for-dexpatcher/util/build/libs'
}
dependencies {
compile 'org.smali:dexlib2:' + dexlib2Version
// Use local fork of dexlib2:
//compile 'org.smali:dexlib2:2.1.3-dexpatcher'
//compile 'org.smali:util:2.1.3-dexpatcher'
//compile 'com.google.guava:guava:18.0'
}
def sharedManifest = manifest {