Skip to content

Commit

Permalink
release 0.1.3, update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
JingYeoh committed Jan 9, 2020
1 parent d910077 commit 88e8700
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@
<p align="center" style="font-size: 0.3em">The tool of obfuscated aab resources</p>
</h1>

[ ![Download](https://api.bintray.com/packages/yeoh/maven/aabresguard-plugin/images/download.svg?version=0.1.2) ](https://bintray.com/yeoh/maven/aabresguard-plugin/0.1.2/link)
[ ![Download](https://api.bintray.com/packages/yeoh/maven/aabresguard-plugin/images/download.svg?version=0.1.3) ](https://bintray.com/yeoh/maven/aabresguard-plugin/0.1.3/link)
[![License](https://img.shields.io/badge/license-Apache2.0-brightgreen)](LICENSE)
[![Bundletool](https://img.shields.io/badge/Dependency-Bundletool/0.10.0-blue)](https://github.com/google/bundletool)

Expand Down
10 changes: 5 additions & 5 deletions gradle/versions.gradle
@@ -1,10 +1,10 @@
def versions = [:]
//versions.agp = "3.2.0"
//versions.kotlin = "1.3.0"
versions.agp = "4.0.0-alpha08"
versions.kotlin = "1.3.61"
versions.agp = "3.2.0"
versions.kotlin = "1.3.0"
//versions.agp = "4.0.0-alpha08"
//versions.kotlin = "1.3.61"
versions.java = "8"
versions.aabresguard = "0.0.1-alpha1"
versions.aabresguard = "0.1.3"
// android
versions.compileSdkVersion = 28
versions.minSdkVersion = 15
Expand Down
6 changes: 3 additions & 3 deletions gradle/wrapper/gradle-wrapper.properties
Expand Up @@ -3,7 +3,7 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
#distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
#distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-milestone-2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
#distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-rc-1-all.zip
#distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-milestone-2-all.zip
#distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-rc-1-all.zip
2 changes: 1 addition & 1 deletion wiki/zh-cn/README.md
Expand Up @@ -4,7 +4,7 @@
<p align="center" style="font-size: 0.3em">针对 aab 文件的资源混淆工具</p>
</h1>

[ ![Download](https://api.bintray.com/packages/yeoh/maven/aabresguard-plugin/images/download.svg?version=0.1.2) ](https://bintray.com/yeoh/maven/aabresguard-plugin/0.1.2/link)
[ ![Download](https://api.bintray.com/packages/yeoh/maven/aabresguard-plugin/images/download.svg?version=0.1.3) ](https://bintray.com/yeoh/maven/aabresguard-plugin/0.1.3/link)
[![License](https://img.shields.io/badge/license-Apache2.0-brightgreen)](../../LICENSE)
[![Bundletool](https://img.shields.io/badge/Dependency-Bundletool/0.10.0-blue)](https://github.com/google/bundletool)

Expand Down

0 comments on commit 88e8700

Please sign in to comment.