File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ jobs:
19
19
uses : actions/setup-java@v1
20
20
with :
21
21
java-version : 1.8
22
- - name : Set up Go 1.16
22
+ - name : Set up Go 1.18
23
23
uses : actions/setup-go@v1
24
24
with :
25
- go-version : 1.16
25
+ go-version : 1.18
26
26
id : go
27
27
- 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 "
29
29
- name : Build rclone
30
30
run : ./gradlew rclone:buildNative
31
31
- name : Build app
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ android {
10
10
}
11
11
}
12
12
compileSdkVersion 30
13
- ndkVersion ' 22.1.7171670 '
13
+ ndkVersion ' 24.0.8215888 '
14
14
defaultConfig {
15
15
applicationId ' de.felixnuesse.extract'
16
16
minSdkVersion 21
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
zipStorePath =wrapper/dists
5
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.9 -bin.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
6
6
# Warning: Update checksum when updating gradle, or Android Studio will crash!
7
- distributionSha256Sum =765442b8069c6bee2ea70713861c027587591c6b1df2c857a23361512560894e
7
+ distributionSha256Sum =b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
Original file line number Diff line number Diff line change 14
14
// - windows x86 (with NDK 21b installed)
15
15
//
16
16
// Prerequisits:
17
- // - go 1.14 - go 1.16
17
+ // - go 1.18
18
18
// - ndk
19
19
20
20
// Rclone version - any git reference (tag, branch, hash) should work
21
- def buildTag = ' v1.55 .1'
22
- ext. ndkVersion = ' 22.1.7171670 '
21
+ def buildTag = ' v1.58 .1'
22
+ ext. ndkVersion = ' 24.0.8215888 '
23
23
24
24
//
25
25
// DO NOT EDIT ANYTHING BELOW
You can’t perform that action at this time.
0 commit comments