From f7daa85f69f735a4bd4199d36245f426501d1939 Mon Sep 17 00:00:00 2001 From: Tim Yiu Date: Thu, 14 Sep 2023 13:17:14 -0700 Subject: [PATCH] update gradle --- analytics-connector/build.gradle | 4 ++-- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- sdk/build.gradle | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/analytics-connector/build.gradle b/analytics-connector/build.gradle index 90c2da3..aaf2ede 100644 --- a/analytics-connector/build.gradle +++ b/analytics-connector/build.gradle @@ -30,8 +30,8 @@ android { } compileOptions { - sourceCompatibility 1.7 - targetCompatibility 1.7 + sourceCompatibility 1.8 + targetCompatibility 1.8 } } diff --git a/build.gradle b/build.gradle index efc8cd1..fd3271b 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ buildscript { } dependencies { - classpath "com.android.tools.build:gradle:4.0.2" + classpath 'com.android.tools.build:gradle:4.2.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version" classpath "io.github.gradle-nexus:publish-plugin:1.1.0" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 1eb09f1..31e92fd 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip diff --git a/sdk/build.gradle b/sdk/build.gradle index 97c3937..0874b4d 100644 --- a/sdk/build.gradle +++ b/sdk/build.gradle @@ -33,8 +33,8 @@ android { } compileOptions { - sourceCompatibility 1.7 - targetCompatibility 1.7 + sourceCompatibility 1.8 + targetCompatibility 1.8 } }