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

Please upload version 1.5 to jcenter and update README.md #90

Open
xingda920813 opened this issue Oct 8, 2016 · 1 comment
Open

Please upload version 1.5 to jcenter and update README.md #90

xingda920813 opened this issue Oct 8, 2016 · 1 comment

Comments

@xingda920813
Copy link

xingda920813 commented Oct 8, 2016

Version 1.5 is needed to support new android gradle plugin versions, but now, version 1.5 must be compiled from sources, which is inconvenience to use.

Please upload version 1.5 to jcenter and update README.md about the description of supported android gradle plugin versions and the usage.

Thank you!

@xingda920813
Copy link
Author

xingda920813 commented Jan 15, 2017

I just uploaded a new version to JitPack.

It supports Android Gradle Plugin 2.3.0 and Gradle 3.3.

In your project build.gradle:

buildscript {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.0'
classpath 'com.github.xingda920813:gradle-android-scala-plugin:android-gradle-2.3.0'
}
}

@xingda920813 xingda920813 changed the title Please upload version 1.5 to jCenter and update README.md Please upload version 1.5 to jcenter and update README.md Mar 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant