Skip to content

Commit

Permalink
upgrade version to 1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
simpleton committed Jun 21, 2016
1 parent 77dcce6 commit dd2fa0f
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion AndResGuard-example/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ andResGuard {
"resources.arsc"
]
sevenzip {
artifact = 'com.tencent.mm:SevenZip:1.1.8'
artifact = 'com.tencent.mm:SevenZip:1.1.9'
//path = "/usr/local/bin/7za"
}
}
Expand Down
2 changes: 1 addition & 1 deletion AndResGuard-example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.8'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.9'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ apply plugin: 'AndResGuard'
buildscript {
dependencies {
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.8'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.9'
}
}
Expand Down Expand Up @@ -69,7 +69,7 @@ andResGuard {
"resources.arsc"
]
sevenzip {
artifact = 'com.tencent.mm:SevenZip:1.1.8'
artifact = 'com.tencent.mm:SevenZip:1.1.9'
//path = "/usr/local/bin/7za"
}
}
Expand Down
4 changes: 2 additions & 2 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'AndResGuard'
buildscript {
dependencies {
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.8'
classpath 'com.tencent.mm:AndResGuard-gradle-plugin:1.1.9'
}
}
Expand Down Expand Up @@ -59,7 +59,7 @@ andResGuard {
"resources.arsc"
]
sevenzip {
artifact = 'com.tencent.mm:SevenZip:1.1.8'
artifact = 'com.tencent.mm:SevenZip:1.1.9'
//path = "/usr/local/bin/7za"
}
}
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion tool_output/buildApk.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ set storepass=testres
set keypass=testres
set alias=testres
set zipalign=D:\soft\dev\android\sdk\build-tools\23.0.2\zipalign.exe
"%jdkpath%" -jar AndResGuard-cli-1.1.8.jar input.apk -config config.xml -out outapk -signature "%storepath%" "%storepass%" "%keypass%" "%alias%" -zipalign "%zipalign%"
"%jdkpath%" -jar AndResGuard-cli-1.1.9.jar input.apk -config config.xml -out outapk -signature "%storepath%" "%storepass%" "%keypass%" "%alias%" -zipalign "%zipalign%"
pause
2 changes: 1 addition & 1 deletion tool_output/buildApk.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

java -jar AndResGuard-cli-1.1.8.jar input.apk -config config.xml -out outapk -signature release.keystore testres testres testres
java -jar AndResGuard-cli-1.1.9.jar input.apk -config config.xml -out outapk -signature release.keystore testres testres testres

0 comments on commit dd2fa0f

Please sign in to comment.