We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
这个原因是啥呢?感觉像是被墙了.
我这边使用的 repositories { google() jcenter() maven { url "https://jitpack.io" } maven { url 'https://maven.google.com' } maven { url "https://oss.sonatype.org/content/repositories/snapshots/" } } 不知道,怎么修改.
The text was updated successfully, but these errors were encountered:
classpath 'com.android.tools.build:gradle:3.1.4'
用的gradle 是4.4
Sorry, something went wrong.
知道原因了,是因为我的gradle开了离线模式.
打扰了
No branches or pull requests
这个原因是啥呢?感觉像是被墙了.
我这边使用的
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url 'https://maven.google.com' }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}
不知道,怎么修改.
The text was updated successfully, but these errors were encountered: