From 19d6ca486a5a1beb0605885fb47ceb76c7fd13c8 Mon Sep 17 00:00:00 2001 From: Mat Date: Thu, 25 Jun 2020 09:35:34 +0300 Subject: [PATCH] Make CI functional again (#64) * Use Ubuntu 20.04 in CI * Use new SDK number for Android R --- .github/workflows/android.yml | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c3aa486..74fbbe1 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 diff --git a/app/build.gradle b/app/build.gradle index 62b7a6f..d715325 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,7 +1,7 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 'android-R' + compileSdkVersion 30 defaultConfig { applicationId "org.cuberite.android" resConfigs "en", "de", "nl", "pt"