io.freefair.android-ci-dex
Owner: Lars Grefer
Properly configure your android project on CI servers (like travis)
https://docs.freefair.io/android-gradle-plugins/7.2.0-m1/
Sources: https://github.com/freefair/android-gradle-plugins
Version 4.0.1
4.0.1
Created 06 August 2020.
Properly configure your android project on CI servers (like travis)
Add this plugin to your build using the plugins DSL:
plugins {
id("io.freefair.android-ci-dex") version "4.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.freefair.gradle:android-gradle-plugins:4.0.1") } } apply(plugin = "io.freefair.android-ci-dex")
- Applying plugins to all subprojects .