From f336680a6980bd140773a2ebb1c264093701d54e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Nicolas <6371790+pynicolas@users.noreply.github.com> Date: Sun, 22 Mar 2026 11:30:38 +0100 Subject: [PATCH] Upgrade AGP: 8.10.1 -> 8.13.2 --- .idea/kotlinc.xml | 6 ------ app/build.gradle.kts | 2 +- gradle/libs.versions.toml | 2 +- 3 files changed, 2 insertions(+), 8 deletions(-) delete mode 100644 .idea/kotlinc.xml diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml deleted file mode 100644 index 8ad8c86..0000000 --- a/.idea/kotlinc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 305cc60..11d86b5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -100,7 +100,7 @@ android { } } -apply(from = "download-tflite.gradle.kts") +apply(from = file("download-tflite.gradle.kts")) dependencies { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 26d2625..f140a54 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -agp = "8.10.1" +agp = "8.13.2" kotlin = "2.3.10" license = "0.16.1" coreKtx = "1.18.0"