From 5fefee2380c8d31250544422653e7d92084b3040 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Mon, 23 Jan 2023 06:48:06 -0500 Subject: [PATCH] [#892] Emulator.wtf Gradle Plugin 0.0.15 --- build-conventions/gradle.lockfile | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-conventions/gradle.lockfile b/build-conventions/gradle.lockfile index 598bed2d..3a5317c3 100644 --- a/build-conventions/gradle.lockfile +++ b/build-conventions/gradle.lockfile @@ -159,7 +159,7 @@ 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.0.12=compileClasspath,runtimeClasspath +wtf.emulator:gradle-plugin:0.0.15=compileClasspath,runtimeClasspath xerces:xercesImpl:2.12.0=runtimeClasspath xml-apis:xml-apis:1.4.01=runtimeClasspath empty=annotationProcessor,kotlinScriptDefExtensions diff --git a/gradle.properties b/gradle.properties index e7f241c4..3957c19a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -77,7 +77,7 @@ ANDROID_NDK_VERSION=22.1.7171670 ANDROID_GRADLE_PLUGIN_VERSION=7.4.0 DETEKT_VERSION=1.22.0 DOKKA_VERSION=1.7.20 -EMULATOR_WTF_GRADLE_PLUGIN_VERSION=0.0.12 +EMULATOR_WTF_GRADLE_PLUGIN_VERSION=0.0.15 FLANK_VERSION=23.01.0 FULLADLE_VERSION=0.17.4 GRADLE_VERSIONS_PLUGIN_VERSION=0.44.0