From cf131b2a4456669fc0ba26f8adc2b1527d34087f Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Thu, 18 May 2023 13:52:18 -0400 Subject: [PATCH] [#850] Emulator.wtf Gradle plugin 0.10.2 --- build-conventions-secant/gradle.lockfile | 9 +++++++-- buildscript-gradle.lockfile | 9 +++++++-- gradle.properties | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/build-conventions-secant/gradle.lockfile b/build-conventions-secant/gradle.lockfile index cc06f6aa..f43272cc 100644 --- a/build-conventions-secant/gradle.lockfile +++ b/build-conventions-secant/gradle.lockfile @@ -159,7 +159,7 @@ org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.1.0=runtimeClasspath org.jetbrains.kotlinx:kotlinx-serialization-json:1.1.0=runtimeClasspath org.jetbrains.kotlinx:kover-gradle-plugin:0.7.0-Alpha=compileClasspath,runtimeClasspath org.jetbrains:annotations:13.0=compileClasspath,kotlinCompilerClasspath,kotlinCompilerPluginClasspathMain,runtimeClasspath -org.json:json:20180813=runtimeClasspath +org.json:json:20230227=runtimeClasspath org.jvnet.staxex:stax-ex:1.8.1=runtimeClasspath org.ow2.asm:asm-analysis:9.2=runtimeClasspath org.ow2.asm:asm-commons:9.2=runtimeClasspath @@ -168,7 +168,12 @@ org.ow2.asm:asm-util:9.2=runtimeClasspath org.ow2.asm:asm:9.2=compileClasspath,runtimeClasspath org.slf4j:slf4j-api:1.7.30=runtimeClasspath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=runtimeClasspath -wtf.emulator:gradle-plugin:0.9.4=compileClasspath,runtimeClasspath +wtf.emulator:gradle-compat-6-1:0.10.2=runtimeClasspath +wtf.emulator:gradle-compat-6-6:0.10.2=runtimeClasspath +wtf.emulator:gradle-compat-7-6:0.10.2=runtimeClasspath +wtf.emulator:gradle-compat-api:0.10.2=runtimeClasspath +wtf.emulator:gradle-compat:0.10.2=runtimeClasspath +wtf.emulator:gradle-plugin:0.10.2=compileClasspath,runtimeClasspath xerces:xercesImpl:2.12.0=runtimeClasspath xml-apis:xml-apis:1.4.01=runtimeClasspath empty=annotationProcessor,kotlinScriptDefExtensions diff --git a/buildscript-gradle.lockfile b/buildscript-gradle.lockfile index 962300a6..52b3172d 100644 --- a/buildscript-gradle.lockfile +++ b/buildscript-gradle.lockfile @@ -163,7 +163,7 @@ org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:1.1.0=classpath org.jetbrains.kotlinx:kotlinx-serialization-json:1.1.0=classpath org.jetbrains.kotlinx:kover-gradle-plugin:0.7.0-Alpha=classpath org.jetbrains:annotations:13.0=classpath -org.json:json:20180813=classpath +org.json:json:20230227=classpath org.jvnet.staxex:stax-ex:1.8.1=classpath org.ow2.asm:asm-analysis:9.2=classpath org.ow2.asm:asm-commons:9.2=classpath @@ -172,7 +172,12 @@ org.ow2.asm:asm-util:9.2=classpath org.ow2.asm:asm:9.2=classpath org.slf4j:slf4j-api:1.7.30=classpath org.tensorflow:tensorflow-lite-metadata:0.1.0-rc2=classpath -wtf.emulator:gradle-plugin:0.9.4=classpath +wtf.emulator:gradle-compat-6-1:0.10.2=classpath +wtf.emulator:gradle-compat-6-6:0.10.2=classpath +wtf.emulator:gradle-compat-7-6:0.10.2=classpath +wtf.emulator:gradle-compat-api:0.10.2=classpath +wtf.emulator:gradle-compat:0.10.2=classpath +wtf.emulator:gradle-plugin:0.10.2=classpath xerces:xercesImpl:2.12.0=classpath xml-apis:xml-apis:1.4.01=classpath xmlpull:xmlpull:1.1.3.1=classpath diff --git a/gradle.properties b/gradle.properties index 698bdf5e..32e2721f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -103,7 +103,7 @@ ANDROID_NDK_VERSION=23.0.7599858 ANDROID_GRADLE_PLUGIN_VERSION=7.4.0 DETEKT_VERSION=1.22.0 DETEKT_COMPOSE_RULES_VERSION=0.1.5 -EMULATOR_WTF_GRADLE_PLUGIN_VERSION=0.9.4 +EMULATOR_WTF_GRADLE_PLUGIN_VERSION=0.10.2 FIREBASE_CRASHLYTICS_BUILD_TOOLS_VERSION=2.9.4 FLANK_VERSION=23.04.0 FULLADLE_VERSION=0.17.4