Skip to content

Commit

Permalink
build: update ndk version
Browse files Browse the repository at this point in the history
  • Loading branch information
feilongfl committed May 30, 2022
1 parent 663aaf2 commit 57edef5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: 1.18
id: go
- name: Force NDK version
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;22.1.7171670"
run: echo "y" | sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "ndk;24.0.8215888"
- name: Build rclone
run: ./gradlew rclone:buildNative
- name: Build app
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
}
}
compileSdkVersion 30
ndkVersion '22.1.7171670'
ndkVersion '24.0.8215888'
defaultConfig {
applicationId 'io.github.x0b.rcx'
minSdkVersion 21
Expand Down
2 changes: 1 addition & 1 deletion rclone/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

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

//
// DO NOT EDIT ANYTHING BELOW
Expand Down

0 comments on commit 57edef5

Please sign in to comment.