Skip to content

Commit 13e3adf

Browse files
committed
docs(readme): change lib version to 1.2.1
1 parent f83ae3a commit 13e3adf

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

AndResGuard-example/app/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
// The Fabric Gradle plugin uses an open ended version to react
1313
// quickly to Android tooling updates
1414
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 }
1616
}
1717
}
1818

@@ -37,7 +37,7 @@ andResGuard {
3737
"resources.arsc"
3838
]
3939
sevenzip {
40-
artifact = 'com.tencent.mm:SevenZip:1.2.0'
40+
artifact = 'com.tencent.mm:SevenZip:1.2.1'
4141
//path = "/usr/local/bin/7za"
4242
}
4343
}

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ buildscript {
3434
jcenter()
3535
}
3636
dependencies {
37-
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.0'
37+
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.1'
3838
}
3939
}
4040
@@ -84,7 +84,7 @@ andResGuard {
8484
"resources.arsc"
8585
]
8686
sevenzip {
87-
artifact = 'com.tencent.mm:SevenZip:1.2.0'
87+
artifact = 'com.tencent.mm:SevenZip:1.2.1'
8888
//path = "/usr/local/bin/7za"
8989
}
9090
}
@@ -103,4 +103,4 @@ The outputted apk will be stored in `{App}/build/output/apk/AndResGuard_{apk_nam
103103

104104
[Apktool](https://github.com/iBotPeaches/Apktool) Connor Tumbleson
105105

106-
[v2sig](https://github.com/shwenzhang/AndResGuard/pull/133) @jonyChina162
106+
[v2sig](https://github.com/shwenzhang/AndResGuard/pull/133) @jonyChina162

README.zh-cn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ buildscript {
2525
jcenter()
2626
}
2727
dependencies {
28-
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.0'
28+
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.2.1'
2929
}
3030
}
3131
@@ -85,7 +85,7 @@ andResGuard {
8585
"resources.arsc"
8686
]
8787
sevenzip {
88-
artifact = 'com.tencent.mm:SevenZip:1.2.0'
88+
artifact = 'com.tencent.mm:SevenZip:1.2.1'
8989
//path = "/usr/local/bin/7za"
9090
}
9191
}

travis.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
bintray.user=simsun
22
bintray.apikey=apikey
3-
bintray.version=1.2.0
3+
bintray.version=1.2.1
44
bintray.groupId=com.tencent.mm

0 commit comments

Comments
 (0)