Commit 963e7f57 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

Update gradle and gitlab-ci

parent a63ea671
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# based on https://about.gitlab.com/blog/2018/10/24/setting-up-gitlab-ci-for-android-projects/
image: androidsdk/android-30
#image: androidsdk/android-30

variables:
  ANDROID_COMPILE_SDK: "28"
@@ -17,7 +17,7 @@ demoBuild:
  stage: build
  script:
    - echo "I am building something"
  tags: [openjdk16]
  tags: [android30]

Tests:
  stage: test
@@ -27,4 +27,4 @@ Tests:
  artifacts:
    paths:
      - app/build/outputs/
  tags: [openjdk16]
 No newline at end of file
  tags: [android30]
 No newline at end of file