Skip to content

Commit 19d6ca4

Browse files
authored
Make CI functional again (#64)
* Use Ubuntu 20.04 in CI * Use new SDK number for Android R
1 parent c7d70bb commit 19d6ca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
jobs:
66
build:
77

8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-20.04
99

1010
steps:
1111
- uses: actions/checkout@v2

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
android {
4-
compileSdkVersion 'android-R'
4+
compileSdkVersion 30
55
defaultConfig {
66
applicationId "org.cuberite.android"
77
resConfigs "en", "de", "nl", "pt"

0 commit comments

Comments
 (0)