From f4776f6e4d13322b6ef112bad2e7197af1f76763 Mon Sep 17 00:00:00 2001 From: Philip Wedemann <22521688+hfhbd@users.noreply.github.com> Date: Sun, 24 Mar 2024 19:02:10 +0100 Subject: [PATCH] Update libs.versions.toml --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 90cd41e..feee8c1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version = "2.0.1" [plugins] kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" } -android = { id = "com.android.application", version = "8.5.0-alpha01" } +android = { id = "com.android.application", version = "8.3.1" } binary = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.14.0" } publish = { id = "io.github.gradle-nexus.publish-plugin", version = "1.3.0" } dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }