Skip to content

Commit 57edef5

Browse files
committed
build: update ndk version
1 parent 663aaf2 commit 57edef5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
go-version: 1.18
2626
id: go
2727
- name: Force NDK version
28-
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.1.7171670"
28+
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;24.0.8215888"
2929
- name: Build rclone
3030
run: ./gradlew rclone:buildNative
3131
- name: Build app

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77
}
88
}
99
compileSdkVersion 30
10-
ndkVersion '22.1.7171670'
10+
ndkVersion '24.0.8215888'
1111
defaultConfig {
1212
applicationId 'io.github.x0b.rcx'
1313
minSdkVersion 21

rclone/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
// Rclone version - any git reference (tag, branch, hash) should work
2121
def buildTag = 'v1.58.1'
22-
ext.ndkVersion = '22.1.7171670'
22+
ext.ndkVersion = '24.0.8215888'
2323

2424
//
2525
// DO NOT EDIT ANYTHING BELOW

0 commit comments

Comments
 (0)