gradle-android-scala-plugin
gradle-android-scala-plugin copied to clipboard
Please upload version 1.5 to jcenter and update README.md
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!
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' } }