Skip to content

Concourse resource that provides Android SDK dependencies

Notifications You must be signed in to change notification settings

marks-5/android-sdk-resource

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Android SDK Resource

Concourse resource providing Android SDK dependencies.

Resource type

As a third party resource, this needs to be declared in the pipeline's resource_types section.

Source Configuration

  • components: Required. An array of strings with the names of components required, as they would be given to the android update sdk tool. platform-tools is always implicitly included. e.g.: if you are building an APK against SDK 23, and using the Android support library, you might have:

    components:
      - tools
      - android-27
      - build-tools-27.0.3
      - extra-android-m2repository
      - extra-android-support

    The order of the components is not important. Duplicates are ignored.

About

Concourse resource that provides Android SDK dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published