mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 23:40:29 +03:00
Add gradle 2.3 to the buildserver
Fixes apps that explicitly require 2.3 via gradleVersion
This commit is contained in:
parent
f8c32ce045
commit
ed5c2fd33d
2 changed files with 4 additions and 1 deletions
|
|
@ -95,6 +95,9 @@ cachefiles = [
|
|||
('gradle-2.2.1-bin.zip',
|
||||
'https://services.gradle.org/distributions/gradle-2.2.1-bin.zip',
|
||||
'420aa50738299327b611c10b8304b749e8d3a579407ee9e755b15921d95ff418'),
|
||||
('gradle-2.3-bin.zip',
|
||||
'https://services.gradle.org/distributions/gradle-2.3-bin.zip',
|
||||
'010dd9f31849abc3d5644e282943b1c1c355f8e2635c5789833979ce590a3774'),
|
||||
('Kivy-1.7.2.tar.gz',
|
||||
'https://pypi.python.org/packages/source/K/Kivy/Kivy-1.7.2.tar.gz',
|
||||
'0485e2ef97b5086df886eb01f8303cb542183d2d71a159466f99ad6c8a1d03f1'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue