Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
martinloren committed Aug 11, 2021
1 parent a3e2801 commit 0578476
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,12 @@ Configured in `build.gradle(root project)`
buildscript {
repositories {
mavenCentral()
mavenLocal()
jcenter()
google()
}
dependencies {
classpath "com.bytedance.android:aabresguard-plugin:0.1.0"
classpath "com.bytedance.android:aabresguard-plugin:0.1.10"
}
}
```
Expand All @@ -51,7 +52,7 @@ Configured in `build.gradle(application)`
```gradle
apply plugin: "com.bytedance.android.aabResGuard"
aabResGuard {
mappingFile = file("mapping.txt").toPath() // Mapping file used for incremental obfuscation
//mappingFile = file("mapping.txt").toPath() // Mapping file used for incremental obfuscation
whiteList = [ // White list rules
"*.R.raw.*",
"*.R.drawable.icon"
Expand Down

0 comments on commit 0578476

Please sign in to comment.