From c3d913f16ed5d75426731a1754a2eb01c49c7eb5 Mon Sep 17 00:00:00 2001 From: Vladimir Mazunin Date: Thu, 17 Oct 2024 19:57:31 +0400 Subject: [PATCH] updated chat-mpp --- examples/chat/gradle.properties | 2 +- examples/chat/gradle/wrapper/gradle-wrapper.properties | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/chat/gradle.properties b/examples/chat/gradle.properties index e82e0b71f42..4a71089073d 100644 --- a/examples/chat/gradle.properties +++ b/examples/chat/gradle.properties @@ -11,5 +11,5 @@ kotlin.mpp.androidSourceSetLayoutVersion=2 # Enable kotlin/native experimental memory model kotlin.native.binary.memoryModel=experimental kotlin.version=2.0.20 -agp.version=8.1.0 +agp.version=8.5.0 compose.version=1.7.0 diff --git a/examples/chat/gradle/wrapper/gradle-wrapper.properties b/examples/chat/gradle/wrapper/gradle-wrapper.properties index 17655d0ef2b..1fc96abf2b1 100644 --- a/examples/chat/gradle/wrapper/gradle-wrapper.properties +++ b/examples/chat/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,6 @@ +#Thu Oct 17 19:55:35 AMT 2024 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists