Skip to content

A example of a Jitpack integration with a library with multiple product flavours

License

Notifications You must be signed in to change notification settings

jitpack-io/android-jitpack-library-example

This branch is 6 commits ahead of SandroMachado/android-jitpack-library-example:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

68a0d52 · Oct 8, 2018

History

9 Commits
Jul 5, 2015
Jul 8, 2015
Jul 6, 2015
Jul 5, 2015
Jul 5, 2015
Jul 5, 2015
Oct 8, 2018
Jul 5, 2015
Jul 5, 2015
Jul 5, 2015
Jul 5, 2015
Jul 5, 2015
Jul 5, 2015

Repository files navigation

android-jitpack-library-example

A example of a Jitpack integration with a library with multiple product flavours:

  • production (default)
  • sandbox

All variants are built and published with different filenames:

repositories {
 maven { url "https://jitpack.io" }
}

dependencies {
  compile 'com.github.jitpack-io:android-jitpack-library-example:1.5:productionRelease@aar'  
  compile 'com.github.jitpack-io:android-jitpack-library-example:1.5:sandboxRelease@aar'
  compile 'com.github.jitpack-io:android-jitpack-library-example:1.5:sandboxDebug@aar'
  compile 'com.github.jitpack-io:android-jitpack-library-example:1.5:productionDebug@aar'
}

The default variant is 'productionRelease' and is set using the defaultPublishConfig property:

dependencies {
  compile 'com.github.jitpack-io:android-jitpack-library-example:1.5'
}

About

A example of a Jitpack integration with a library with multiple product flavours

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%