Commit 4398de4 1 parent d8d0aba commit 4398de4 Copy full SHA for 4398de4
File tree 5 files changed +4
-14
lines changed
5 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 6
6
- main
7
7
pull_request :
8
8
9
- env :
10
- NDK_VER : 26.3.11579264
11
-
12
9
jobs :
13
10
build :
14
11
name : Build
23
20
java-version : 17
24
21
- name : Setup Gradle
25
22
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 }}
31
23
- name : Symlink SDK
32
24
working-directory : ./buildscripts
33
25
run : |
Original file line number Diff line number Diff line change 4
4
push :
5
5
tags :
6
6
- v*
7
- branches :
8
- - master
9
7
10
8
jobs :
11
9
publish :
Original file line number Diff line number Diff line change 4
4
5
5
v_sdk=11076708_latest
6
6
v_ndk=26.3.11579264
7
- v_sdk_build_tools=34 .0.0
7
+ v_sdk_build_tools=35 .0.0
8
8
9
9
v_lua=5.2.4
10
10
v_libass=0.17.2
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- android-plugin = " 8.4.1 "
2
+ android-plugin = " 8.5.0 "
3
3
androidx-annotation = " 1.8.0"
4
4
publish-plugin = " 2.0.0"
5
5
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ plugins {
6
6
7
7
android {
8
8
namespace = " dev.jdtech.mpv"
9
- compileSdk = 34
10
- buildToolsVersion = " 34 .0.0"
9
+ compileSdk = 35
10
+ buildToolsVersion = " 35 .0.0"
11
11
ndkVersion = " 26.3.11579264"
12
12
13
13
defaultConfig {
You can’t perform that action at this time.
0 commit comments