Skip to content

Commit f336680

Browse files
committed
Upgrade AGP: 8.10.1 -> 8.13.2
1 parent fe2f37b commit f336680

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.idea/kotlinc.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ android {
100100
}
101101
}
102102

103-
apply(from = "download-tflite.gradle.kts")
103+
apply(from = file("download-tflite.gradle.kts"))
104104

105105
dependencies {
106106

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.10.1"
2+
agp = "8.13.2"
33
kotlin = "2.3.10"
44
license = "0.16.1"
55
coreKtx = "1.18.0"

0 commit comments

Comments
 (0)