mirror of
https://github.com/revanced/Apktool.git
synced 2025-06-12 21:27:36 +02:00
build: update 'proguard' from 6.1.1 to 7.0.0
`jcenter()` it's needed because they didn't upload to Maven Central yet. https://github.com/Guardsquare/proguard/issues/54 There are some minor issues with proguard still. It produces a lot of warnings since Gradle 6.0, but it's fixable on their side. https://github.com/Guardsquare/proguard/issues/14
This commit is contained in:

committed by
Connor Tumbleson

parent
4c3f1f335a
commit
d3f9d5acd2
@ -23,10 +23,13 @@ dependencies {
|
||||
buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
classpath depends.proguard_gradle
|
||||
classpath(depends.proguard_gradle) {
|
||||
exclude group: 'com.android.tools.build'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user