8 Commits

Author SHA1 Message Date
Adrian Ulrich
edc733e977 fixup builds under SDK 30 2021-02-07 19:28:51 +01:00
Adrian Ulrich
b68ca35af7 switch gradle-wrapper.properties to unix line endings 2020-04-03 09:00:40 +02:00
TacoTheDank
dd40e45cbd stable build.gradle (#788)
* Update build.gradle

* Update gradle-wrapper.properties

* Update gradle-wrapper.properties

* Update build.gradle

* Update .travis.yml

* Update gradle-wrapper.properties
2018-06-30 09:30:52 +02:00
Dmitri Davydok
fd601ae169 Upgrade Gradle (#719) 2018-02-26 19:35:46 +01:00
Adrian Ulrich
b07293f968 fix gradle wrapper checksum 2017-07-03 08:29:24 +02:00
Antic1tizen One
117572eb7c Jump to song in queue if picked just one (#624)
* Bump gradle versions needed for build

Android Studio already refuses to build it as-is,
so alter the versions required.

* Rename mode -> action for better readability

* Fix incorrect description on getByPos from timeline

* Jump to song in queue if picked one. Implements #604
2017-07-02 14:24:11 +02:00
relan
bd3f10d395 Update Gradle wrapper to 2.14 2016-06-15 08:28:51 +03:00
Xiao Bao Clark
eeee710f90 Add Gradle wrapper v2.2.1
A gradle wrapper script allows a developer to download and use the
correct version of gradle for Vanilla without needing to install it on
their machine. Vanilla uses v1.3.0 of the Android Gradle plugin, which
requires Gradle v2.2.1.

This commit adds the gradle wrapper, generated using

```
gradle wrapper --gradle-version 2.2.1
```

This command generates a gradle-wrapper.properties that links to the
binary distribution of Gradle. For better integration with IDE's, this
commit changes the URL to '*-all.zip'

More information about the Gradle wrapper can be found in the
[Gradle User Guide - Wrapper](https://docs.gradle.org/current/userguide/gradle_wrapper.html)
2016-03-29 11:48:13 +11:00