Skip to content

Commit 4398de4

Browse files
chore: upgrade to sdk 35 and clean up ci workflows
1 parent d8d0aba commit 4398de4

File tree

5 files changed

+4
-14
lines changed

5 files changed

+4
-14
lines changed

.github/workflows/build.yaml

-8
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ on:
66
- main
77
pull_request:
88

9-
env:
10-
NDK_VER: 26.3.11579264
11-
129
jobs:
1310
build:
1411
name: Build
@@ -23,11 +20,6 @@ jobs:
2320
java-version: 17
2421
- name: Setup Gradle
2522
uses: gradle/actions/setup-gradle@v3
26-
- name: Cache
27-
uses: actions/cache@v4
28-
with:
29-
path: /usr/local/lib/android/sdk/ndk/${{ env.NDK_VER }}
30-
key: ${{ runner.os }}-${{ env.NDK_VER }}
3123
- name: Symlink SDK
3224
working-directory: ./buildscripts
3325
run: |

.github/workflows/publish.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
tags:
66
- v*
7-
branches:
8-
- master
97

108
jobs:
119
publish:

buildscripts/include/depinfo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
v_sdk=11076708_latest
66
v_ndk=26.3.11579264
7-
v_sdk_build_tools=34.0.0
7+
v_sdk_build_tools=35.0.0
88

99
v_lua=5.2.4
1010
v_libass=0.17.2

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
android-plugin = "8.4.1"
2+
android-plugin = "8.5.0"
33
androidx-annotation = "1.8.0"
44
publish-plugin = "2.0.0"
55

libmpv/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ plugins {
66

77
android {
88
namespace = "dev.jdtech.mpv"
9-
compileSdk = 34
10-
buildToolsVersion = "34.0.0"
9+
compileSdk = 35
10+
buildToolsVersion = "35.0.0"
1111
ndkVersion = "26.3.11579264"
1212

1313
defaultConfig {

0 commit comments

Comments
 (0)