mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Add Gradle 6.1
This commit is contained in:
parent
fdcb1ad23f
commit
33ddf944f3
2 changed files with 3 additions and 0 deletions
|
@ -129,6 +129,7 @@ get_sha() {
|
||||||
'5.6.4') echo '1f3067073041bc44554d0efe5d402a33bc3d3c93cc39ab684f308586d732a80d' ;;
|
'5.6.4') echo '1f3067073041bc44554d0efe5d402a33bc3d3c93cc39ab684f308586d732a80d' ;;
|
||||||
'6.0') echo '5a3578b9f0bb162f5e08cf119f447dfb8fa950cedebb4d2a977e912a11a74b91' ;;
|
'6.0') echo '5a3578b9f0bb162f5e08cf119f447dfb8fa950cedebb4d2a977e912a11a74b91' ;;
|
||||||
'6.0.1') echo 'd364b7098b9f2e58579a3603dc0a12a1991353ac58ed339316e6762b21efba44' ;;
|
'6.0.1') echo 'd364b7098b9f2e58579a3603dc0a12a1991353ac58ed339316e6762b21efba44' ;;
|
||||||
|
'6.1') echo 'd0c43d14e1c70a48b82442f435d06186351a2d290d72afd5b8866f15e6d7038a' ;;
|
||||||
*) exit 1
|
*) exit 1
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
|
@ -362,6 +362,8 @@ CACHE_FILES = [
|
||||||
'1f3067073041bc44554d0efe5d402a33bc3d3c93cc39ab684f308586d732a80d'),
|
'1f3067073041bc44554d0efe5d402a33bc3d3c93cc39ab684f308586d732a80d'),
|
||||||
('https://services.gradle.org/distributions/gradle-6.0.1-bin.zip',
|
('https://services.gradle.org/distributions/gradle-6.0.1-bin.zip',
|
||||||
'd364b7098b9f2e58579a3603dc0a12a1991353ac58ed339316e6762b21efba44'),
|
'd364b7098b9f2e58579a3603dc0a12a1991353ac58ed339316e6762b21efba44'),
|
||||||
|
('https://services.gradle.org/distributions/gradle-6.1-bin.zip',
|
||||||
|
'd0c43d14e1c70a48b82442f435d06186351a2d290d72afd5b8866f15e6d7038a'),
|
||||||
('https://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin',
|
('https://dl.google.com/android/ndk/android-ndk-r10e-linux-x86_64.bin',
|
||||||
'102d6723f67ff1384330d12c45854315d6452d6510286f4e5891e00a5a8f1d5a'),
|
'102d6723f67ff1384330d12c45854315d6452d6510286f4e5891e00a5a8f1d5a'),
|
||||||
('https://dl.google.com/android/repository/android-ndk-r11c-linux-x86_64.zip',
|
('https://dl.google.com/android/repository/android-ndk-r11c-linux-x86_64.zip',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue