File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
import proguard.gradle.ProGuardTask
17
17
18
- apply plugin : ' com.github.johnrengelman.shadow'
19
-
20
- dependencies {
21
- implementation depends. commons_cli
22
- implementation project(' :brut.apktool:apktool-lib' )
23
- }
24
-
25
18
buildscript {
26
19
dependencies {
27
20
repositories {
@@ -35,6 +28,20 @@ buildscript {
35
28
}
36
29
}
37
30
31
+ plugins {
32
+ id ' com.github.johnrengelman.shadow'
33
+ id ' application'
34
+ }
35
+
36
+ dependencies {
37
+ implementation depends. commons_cli
38
+ implementation project(' :brut.apktool:apktool-lib' )
39
+ }
40
+
41
+ application {
42
+ mainClass = ' brut.apktool.Main'
43
+ }
44
+
38
45
jar {
39
46
manifest {
40
47
attributes ' Main-Class' : ' brut.apktool.Main'
Original file line number Diff line number Diff line change
1
+ rootProject. name = ' apktool-cli'
1
2
include ' brut.j.common' ,
2
3
' brut.j.util' ,
3
4
' brut.j.dir' ,
4
5
' brut.apktool:apktool-lib' ,
5
- ' brut.apktool:apktool-cli'
6
+ ' brut.apktool:apktool-cli'
You can’t perform that action at this time.
0 commit comments