mirror of
https://github.com/revanced/multidexlib2.git
synced 2025-04-29 22:24:28 +02:00
Fix 'compile' configuration deprecation
This commit is contained in:
parent
cd5721e704
commit
ece066992a
@ -9,7 +9,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
id 'java'
|
id 'java-library'
|
||||||
id 'signing'
|
id 'signing'
|
||||||
id 'maven'
|
id 'maven'
|
||||||
}
|
}
|
||||||
@ -30,7 +30,7 @@ repositories {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'org.smali:dexlib2:' + dexlib2Version
|
api 'org.smali:dexlib2:' + dexlib2Version
|
||||||
}
|
}
|
||||||
|
|
||||||
def sharedManifest = manifest {
|
def sharedManifest = manifest {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user