bytedance / AabResGuard

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

AGP 7.0 什么时候适配? #74

Open beyondckw opened 2 years ago

beyondckw commented 2 years ago

AGP 7.0 什么时候适配?

sebthom commented 2 years ago

As a workaround you can use

buildscript {
  repositories {
    mavenCentral()
    mavenLocal()
    google()
    maven { url 'https://raw.githubusercontent.com/martinloren/AabResGuard/mvn-repo' }
   }
  dependencies {
    classpath "com.bytedance.android:aabresguard-plugin:0.1.10"
  }
}
phoenixsky commented 1 year ago

As a workaround you can use

buildscript {
  repositories {
    mavenCentral()
    mavenLocal()
    google()
    maven { url 'https://raw.githubusercontent.com/martinloren/AabResGuard/mvn-repo' }
   }
  dependencies {
    classpath "com.bytedance.android:aabresguard-plugin:0.1.10"
  }
}

maven repo not found yet

mosentest commented 11 months ago

???

yanchunlan-ola commented 8 months ago

maven repo not found yet ??