mirror of
https://github.com/revanced/multidexlib2.git
synced 2025-05-29 04:50:12 +02:00
Remove reference to local dexlib2 fork
This commit is contained in:
parent
09f1d69e3c
commit
425bb9f1c4
10
build.gradle
10
build.gradle
@ -27,20 +27,10 @@ if (jdk_rt.exists()) compileJava.options.bootClasspath = jdk_rt
|
|||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
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 {
|
dependencies {
|
||||||
compile 'org.smali:dexlib2:' + dexlib2Version
|
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 {
|
def sharedManifest = manifest {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user