bytedance / AabResGuard

The tool of obfuscated aab resources.(Android app bundle资源混淆工具)
Apache License 2.0
1.32k stars 182 forks source link

Great Lib - Will be supported in future? #87

Open eakteam opened 1 year ago

eakteam commented 1 year ago

This is really good plugin, but it have to many issues with new android libs and latest gradle (8.0+)...

xeemoo commented 4 months ago
buildscript {
  repositories {
    mavenCentral()
    mavenLocal()
    google()
    maven { url 'https://raw.githubusercontent.com/xeemoo/AabResGuard/mvn-repo' }
   }
  dependencies {
    classpath "com.bytedance.android:aabresguard-plugin:0.1.12"
  }
}

You can try this modified version