Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#316 Fixed
|
|
|
|
Fix #308
|
|
|
|
Dokka drops support for Gradle less then 3.5
|
|
|
|
Workaround for johnrengelman/shadow#334
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The 2.4.0 build tools delay variant dependency analysis until needed,
thus we do the same; delay processing variant configurations until
Dokka task execution.
Changes also tested on Android Gradle 2.2.0 and 2.3.0.
|
|
|
|
GH-146 fixed
|
|
Support getting variantManager after android
build tools 2.3.0 API changes
Fix for issue #140
|
|
|
|
|
|
|
|
|
|
|
|
Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0
|
|
Removed old and useless build helpers
Remove old .xml's from .idea and add .idea/shelf to .gitignore
build-docs.xml fixed, dokka_version set to 0.9.10
|