Skip to content

Commit

Permalink
Remove google maven dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Jul 10, 2023
1 parent 18aaca2 commit d54e95c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ subprojects {
mavenLocal()
mavenCentral()
maven { url 'https://maven.fabricmc.net/' }
google()
}

dependencies {
Expand Down
4 changes: 3 additions & 1 deletion enigma/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ dependencies {

implementation 'org.bitbucket.mstrobel:procyon-compilertools:0.6.0'
implementation 'net.fabricmc:cfr:0.2.1'
implementation 'io.github.skylot:jadx-core:1.4.7'
implementation ('io.github.skylot:jadx-core:1.4.7') {
exclude group: 'com.android.tools.build', module: 'aapt2-proto'
}
implementation 'io.github.skylot:jadx-java-input:1.4.7'

proGuard 'com.guardsquare:proguard-base:7.3.0'
Expand Down

0 comments on commit d54e95c

Please sign in to comment.