Skip to content

Commit

Permalink
Pin all JADX artifacts' versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NebelNidas committed Apr 6, 2024
1 parent 629ad0e commit e4a5079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions enigma/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ dependencies {

implementation ('io.github.skylot:jadx-core:1.5.0-20240227.173751-9') {
exclude group: 'com.android.tools.build', module: 'aapt2-proto'
exclude group: 'com.google.protobuf', module: 'protobuf-java'
}
implementation ('io.github.skylot:jadx-java-input:1.5.0-20240227.173751-9') {
exclude group: 'com.android.tools.build', module: 'aapt2-proto'
exclude group: 'io.github.skylot', module: 'raung-disasm'
}
implementation 'io.github.skylot:jadx-input-api:1.5.0-20240227.173751-9' // Pin version (would pull 1.5.0-SNAPSHOT otherwise)

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

Expand Down

0 comments on commit e4a5079

Please sign in to comment.