Sign inSign up

matteopic/android

By matteopic

Updated over 4 years ago

Image
0

316

matteopic/android repository overview

Android SDK Environment

Image Variants

android:version

version refers to the android sdk build tools version

Use with gitlab

.gitlab-ci.yml
image: matteopic/android:30.0.2

before_script:
    - chmod +x ./gradlew

build:
    script:
        - ./gradlew assemble
    artifacts:
        paths:
          - app/build/outputs/

lint:
    script:
        - ./gradlew -Pci --console=plain lint
    artifacts:
        paths:
          - app/build/reports/
    allow_failure: true

Tag summary

Content type

Image

Digest

Size

540.6 MB

Last updated

over 4 years ago

docker pull matteopic/android