Skip to content
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

AGP 7.0 什么时候适配? #74

Open
beyondckw opened this issue Nov 5, 2021 · 4 comments
Open

AGP 7.0 什么时候适配? #74

beyondckw opened this issue Nov 5, 2021 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@beyondckw
Copy link

AGP 7.0 什么时候适配?

@beyondckw beyondckw added the bug Something isn't working label Nov 5, 2021
@sebthom
Copy link

sebthom commented Dec 6, 2021

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
Copy link

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
Copy link

???

@yanchunlan-ola
Copy link

maven repo not found yet ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants