Skip to content

Commit

Permalink
release 0.1.8
Browse files Browse the repository at this point in the history
- adapt agp-4.1.0
  • Loading branch information
JingYeoh committed Mar 16, 2021
1 parent a2ff221 commit 99cd249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.4) ](https://bintray.com/yeoh/maven/aabresguard-plugin/0.1.4/link)
[ ![Download](https://api.bintray.com/packages/yeoh/maven/aabresguard-core/images/download.svg) ](https://bintray.com/yeoh/maven/aabresguard-plugin/)
[![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
2 changes: 1 addition & 1 deletion gradle/versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ def versions = [:]
versions.agp = "4.1.0"
versions.kotlin = "1.3.61"
versions.java = "8"
versions.aabresguard = "0.1.7"
versions.aabresguard = "0.1.8"
// android
versions.compileSdkVersion = 28
versions.minSdkVersion = 15
Expand Down

0 comments on commit 99cd249

Please sign in to comment.