4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
6
6
* You may obtain a copy of the License at
7
- *
7
+ *
8
8
* http://www.apache.org/licenses/LICENSE-2.0
9
- *
9
+ *
10
10
* Unless required by applicable law or agreed to in writing, software
11
11
* distributed under the License is distributed on an "AS IS" BASIS,
12
12
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@@ -31,11 +31,15 @@ dependencies {
31
31
api project(' :PDB' )
32
32
33
33
// Used by "Android DEX to JAR" file system
34
- api ' :dex-ir:2.1'
35
- api ' :dex-reader:2.1'
36
- api ' :dex-reader-api:2.1'
37
- api ' :dex-translator:2.1'
38
- api ' org.ow2.asm:asm-debug-all:5.0.3'
34
+ api ' de.femtopedia.dex2jar:dex-ir:2.4.24'
35
+ api ' de.femtopedia.dex2jar:dex-reader:2.4.24'
36
+ api ' de.femtopedia.dex2jar:dex-reader-api:2.4.24'
37
+ api ' de.femtopedia.dex2jar:dex-translator:2.4.24'
38
+ api ' org.ow2.asm:asm:9.7.1'
39
+ api ' org.ow2.asm:asm-analysis:9.7.1'
40
+ api ' org.ow2.asm:asm-commons:9.7.1'
41
+ api ' org.ow2.asm:asm-tree:9.7.1'
42
+ api ' org.ow2.asm:asm-util:9.7.1'
39
43
40
44
// Used by "Android DEX to SMALI" file system
41
45
api ' org.smali:baksmali:2.5.2' // requires guava-27.1-android or later
0 commit comments