From e3adbc2050167a478703f5394c57b7a81a11d0c5 Mon Sep 17 00:00:00 2001 From: 3llomi Date: Sun, 1 Sep 2024 23:19:19 +0300 Subject: [PATCH] Updated Fuel Dependency --- gradle/wrapper/gradle-wrapper.properties | 36 +----------------- samples/android-kotlin-back4app/build.gradle | 6 +-- .../gradle/wrapper/gradle-wrapper.properties | 36 +----------------- samples/android-kotlin-nexmo/build.gradle | 6 +-- .../gradle/wrapper/gradle-wrapper.properties | 37 +------------------ 5 files changed, 10 insertions(+), 111 deletions(-) diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index ea24a2e2..ffed3a25 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,39 +1,5 @@ -# -# Copyright (c) 2015-2020, Virgil Security, Inc. -# -# Lead Maintainer: Virgil Security Inc. -# -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# -# (1) Redistributions of source code must retain the above copyright notice, this -# list of conditions and the following disclaimer. -# -# (2) Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# -# (3) Neither the name of virgil nor the names of its -# contributors may be used to endorse or promote products derived from -# this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# - -#Mon Sep 02 14:00:04 EEST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1-all.zip diff --git a/samples/android-kotlin-back4app/build.gradle b/samples/android-kotlin-back4app/build.gradle index 21d05075..75f4f65e 100644 --- a/samples/android-kotlin-back4app/build.gradle +++ b/samples/android-kotlin-back4app/build.gradle @@ -32,7 +32,7 @@ */ buildscript { - ext.kotlinVersion = "1.3.31" + ext.kotlinVersion = "1.6.21" repositories { google() @@ -42,7 +42,7 @@ buildscript { } } dependencies { - classpath 'com.android.tools.build:gradle:3.4.1' + classpath 'com.android.tools.build:gradle:7.1.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion" // NOTE: Do not place your application dependencies here; they belong @@ -77,5 +77,5 @@ ext { nucleus = "7.0.0" back4appCore = "1.16.3" back4appLiveQuery = "1.0.3" - fuel = "2.0.1" + fuel = "2.3.1" } diff --git a/samples/android-kotlin-back4app/gradle/wrapper/gradle-wrapper.properties b/samples/android-kotlin-back4app/gradle/wrapper/gradle-wrapper.properties index b286abcd..ffed3a25 100644 --- a/samples/android-kotlin-back4app/gradle/wrapper/gradle-wrapper.properties +++ b/samples/android-kotlin-back4app/gradle/wrapper/gradle-wrapper.properties @@ -1,39 +1,5 @@ -# -# Copyright (c) 2015-2020, Virgil Security, Inc. -# -# Lead Maintainer: Virgil Security Inc. -# -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# -# (1) Redistributions of source code must retain the above copyright notice, this -# list of conditions and the following disclaimer. -# -# (2) Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# -# (3) Neither the name of virgil nor the names of its -# contributors may be used to endorse or promote products derived from -# this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# - -#Fri May 03 15:36:58 EEST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip diff --git a/samples/android-kotlin-nexmo/build.gradle b/samples/android-kotlin-nexmo/build.gradle index 5f317920..1bf54f2a 100644 --- a/samples/android-kotlin-nexmo/build.gradle +++ b/samples/android-kotlin-nexmo/build.gradle @@ -38,16 +38,16 @@ buildscript { constraintLayout: "1.1.3", // Gradle - gradle : '3.3.2', + gradle : '7.1.2', // Kotlin - kotlin : "1.3.21", + kotlin : "1.6.21", // Nexmo nexmoClient : "0.2.67", // Http client - fuel : "2.0.1", + fuel : "2.3.1", // Rx kotlinRx : "2.3.0", diff --git a/samples/android-kotlin-nexmo/gradle/wrapper/gradle-wrapper.properties b/samples/android-kotlin-nexmo/gradle/wrapper/gradle-wrapper.properties index f1f67785..6eb138e0 100644 --- a/samples/android-kotlin-nexmo/gradle/wrapper/gradle-wrapper.properties +++ b/samples/android-kotlin-nexmo/gradle/wrapper/gradle-wrapper.properties @@ -1,39 +1,6 @@ -# -# Copyright (c) 2015-2020, Virgil Security, Inc. -# -# Lead Maintainer: Virgil Security Inc. -# -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions are met: -# -# (1) Redistributions of source code must retain the above copyright notice, this -# list of conditions and the following disclaimer. -# -# (2) Redistributions in binary form must reproduce the above copyright notice, -# this list of conditions and the following disclaimer in the documentation -# and/or other materials provided with the distribution. -# -# (3) Neither the name of virgil nor the names of its -# contributors may be used to endorse or promote products derived from -# this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" -# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE -# DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE -# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -# SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -# CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, -# OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# - -#Fri Feb 08 18:05:43 EET 2019 +#Sun Sep 01 21:46:35 EEST 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists +distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.1-all.zip