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

3.0不推荐用compile了 #12

Open
muziling opened this issue Nov 22, 2017 · 1 comment
Open

3.0不推荐用compile了 #12

muziling opened this issue Nov 22, 2017 · 1 comment

Comments

@muziling
Copy link

compile改成implementation,比如如下

implementation "com.github.bumptech.glide:glide:$glideVersion"
kapt "com.github.bumptech.glide:compiler:$glideVersion"
implementation "com.github.bumptech.glide:okhttp3-integration:$glideVersion"
implementation ("com.github.bumptech.glide:recyclerview-integration:$glideVersion@aar") {
    // Excludes the support library because it's already included by Glide.
    transitive = false
}

debugImplementation 'com.squareup.leakcanary:leakcanary-android:1.5'
releaseImplementation 'com.squareup.leakcanary:leakcanary-android-no-op:1.5'

implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
implementation 'org.sufficientlysecure:html-textview:3.4'
@fashare2015
Copy link
Owner

恩,感谢你的建议,我找时间改一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants