File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1919
2020// Rclone version - any git reference (tag, branch, hash) should work
2121def buildTag = ' v1.58.1'
22- ext. ndkVersion = ' 22.1.7171670 '
22+ ext. ndkVersion = ' 24.0.8215888 '
2323
2424//
2525// DO NOT EDIT ANYTHING BELOW
You can’t perform that action at this time.
0 commit comments