-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Gradle issue] Gradle 7.0 编译问题 #75
Comments
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"
}
} |
Thank you ! |
我也遇到了这个问题, 找不到0.1.10版本, 错误提示如下:
|
maven { url 'https://raw.githubusercontent.com/martinloren/AabResGuard/mvn-repo' } |
Execution failed for task ':app:aabresguardRelease'.
|
Some problems were found with the configuration of task ':app:aabresguardRelease' (type 'AabResGuardTask').
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
The text was updated successfully, but these errors were encountered: