Skip to content

Commit

Permalink
chore: upgrade to sdk 35 and clean up ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jarnedemeulemeester committed Jun 30, 2024
1 parent d8d0aba commit 4398de4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 14 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ on:
- main
pull_request:

env:
NDK_VER: 26.3.11579264

jobs:
build:
name: Build
Expand All @@ -23,11 +20,6 @@ jobs:
java-version: 17
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Cache
uses: actions/cache@v4
with:
path: /usr/local/lib/android/sdk/ndk/${{ env.NDK_VER }}
key: ${{ runner.os }}-${{ env.NDK_VER }}
- name: Symlink SDK
working-directory: ./buildscripts
run: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
tags:
- v*
branches:
- master

jobs:
publish:
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/include/depinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

v_sdk=11076708_latest
v_ndk=26.3.11579264
v_sdk_build_tools=34.0.0
v_sdk_build_tools=35.0.0

v_lua=5.2.4
v_libass=0.17.2
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
android-plugin = "8.4.1"
android-plugin = "8.5.0"
androidx-annotation = "1.8.0"
publish-plugin = "2.0.0"

Expand Down
4 changes: 2 additions & 2 deletions libmpv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {

android {
namespace = "dev.jdtech.mpv"
compileSdk = 34
buildToolsVersion = "34.0.0"
compileSdk = 35
buildToolsVersion = "35.0.0"
ndkVersion = "26.3.11579264"

defaultConfig {
Expand Down

0 comments on commit 4398de4

Please sign in to comment.