1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

bs: update gradle plugin/version pairs

This commit is contained in:
Boris Kraut 2017-04-18 19:42:52 +02:00
parent 0ffbff9aec
commit ebbea3f0d1

View File

@ -19,9 +19,9 @@ contains() {
}
# key-value pairs of what gradle version each gradle plugin version
# should accept
d_plugin_k=( 2.2 2.1.3 2.1 2.0 1.5 1.3 1.2 1.1 1.0 0.14 0.13 0.12 0.11 0.10 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2)
d_plugin_v=(2.14.1 2.14.1 2.12 2.12 2.4 2.4 2.3 2.2.1 2.2.1 2.1 2.1 1.12 1.12 1.12 1.11 1.10 1.9 1.8 1.6 1.6 1.4 1.4)
# should accept (see: https://developer.android.com/studio/releases/gradle-plugin.html#updating-gradle)
d_plugin_k=(2.3.1 2.3.0 2.3 2.2.3 2.2.2 2.2.1 2.2.0 2.2 2.1.3 2.1 2.0 1.5 1.3 1.2 1.1 1.0 0.14 0.13 0.12 0.11 0.10 0.9 0.8 0.7 0.6 0.5 0.4 0.3 0.2)
d_plugin_v=( 3.3 3.3 3.3 2.14.1 2.14.1 2.14.1 2.14.1 2.14.1 2.14.1 2.12 2.12 2.4 2.4 2.3 2.2.1 2.2.1 2.1 2.1 1.12 1.12 1.12 1.11 1.10 1.9 1.8 1.6 1.6 1.4 1.4)
# All gradle versions we know about
plugin_v=(3.5 3.4.1 3.4 3.3 3.2.1 3.2 3.1 3.0 2.14.1 2.14 2.13 2.12 2.11 2.10 2.9 2.8 2.7 2.6 2.5 2.4 2.3 2.2.1 2.2 2.1 1.12 1.11 1.10 1.9 1.8 1.7 1.6 1.4)