AabResGuard
AabResGuard copied to clipboard
AGP 7.0 什么时候适配?
AGP 7.0 什么时候适配?
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"
}
}
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
???
maven repo not found yet ??