File tree 4 files changed +8
-8
lines changed
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
// The Fabric Gradle plugin uses an open ended version to react
13
13
// quickly to Android tooling updates
14
14
classpath ' io.fabric.tools:gradle:latest.integration'
15
- classpath (' com.tencent.mm:AndResGuard-gradle-plugin:1.2.0 ' ) { changing= true }
15
+ classpath (' com.tencent.mm:AndResGuard-gradle-plugin:1.2.1 ' ) { changing= true }
16
16
}
17
17
}
18
18
@@ -37,7 +37,7 @@ andResGuard {
37
37
" resources.arsc"
38
38
]
39
39
sevenzip {
40
- artifact = ' com.tencent.mm:SevenZip:1.2.0 '
40
+ artifact = ' com.tencent.mm:SevenZip:1.2.1 '
41
41
// path = "/usr/local/bin/7za"
42
42
}
43
43
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ buildscript {
34
34
jcenter()
35
35
}
36
36
dependencies {
37
- classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.0 '
37
+ classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.1 '
38
38
}
39
39
}
40
40
@@ -84,7 +84,7 @@ andResGuard {
84
84
"resources.arsc"
85
85
]
86
86
sevenzip {
87
- artifact = 'com.tencent.mm:SevenZip:1.2.0 '
87
+ artifact = 'com.tencent.mm:SevenZip:1.2.1 '
88
88
//path = "/usr/local/bin/7za"
89
89
}
90
90
}
@@ -103,4 +103,4 @@ The outputted apk will be stored in `{App}/build/output/apk/AndResGuard_{apk_nam
103
103
104
104
[ Apktool] ( https://github.com/iBotPeaches/Apktool ) Connor Tumbleson
105
105
106
- [ v2sig] ( https://github.com/shwenzhang/AndResGuard/pull/133 ) @jonyChina162
106
+ [ v2sig] ( https://github.com/shwenzhang/AndResGuard/pull/133 ) @jonyChina162
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ buildscript {
25
25
jcenter()
26
26
}
27
27
dependencies {
28
- classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.0 '
28
+ classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.1 '
29
29
}
30
30
}
31
31
@@ -85,7 +85,7 @@ andResGuard {
85
85
"resources.arsc"
86
86
]
87
87
sevenzip {
88
- artifact = 'com.tencent.mm:SevenZip:1.2.0 '
88
+ artifact = 'com.tencent.mm:SevenZip:1.2.1 '
89
89
//path = "/usr/local/bin/7za"
90
90
}
91
91
}
Original file line number Diff line number Diff line change 1
1
bintray.user =simsun
2
2
bintray.apikey =apikey
3
- bintray.version =1.2.0
3
+ bintray.version =1.2.1
4
4
bintray.groupId =com.tencent.mm
You can’t perform that action at this time.
0 commit comments