AabResGuard icon indicating copy to clipboard operation
AabResGuard copied to clipboard

AGP 7.0 什么时候适配?

Open beyondckw opened this issue 2 years ago • 4 comments

AGP 7.0 什么时候适配?

beyondckw avatar Nov 05 '21 12:11 beyondckw

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"
  }
}

sebthom avatar Dec 06 '21 18:12 sebthom

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

phoenixsky avatar Oct 30 '22 17:10 phoenixsky

???

mosentest avatar Jul 25 '23 11:07 mosentest

maven repo not found yet ??

yanchunlan-ola avatar Oct 31 '23 04:10 yanchunlan-ola