-
Notifications
You must be signed in to change notification settings - Fork 235
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
After upgrade Android gradle plugin to 3.0.0, apply plugin blockcanaryex failed. #19
Comments
Same issue |
1 similar comment
Same issue |
fixed in BlockCanaryExPlugin 0.9.9.4. buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0' //version must >= 1.5.0
classpath 'com.letv.sarrsdesktop:BlockCanaryExPlugin:0.9.9.4'
}
} @qinjunli @SaeedMasoumi @xihuxiaolongren you can have a try. |
@seiginonakama I've got the following error after using the newer version
|
@SaeedMasoumi fixed in BlockCanaryExPlugin 0.9.9.5。(fxxk tpye-unsafe) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment:
The text was updated successfully, but these errors were encountered: