Update gradle

This commit is contained in:
Michael Mikovsky
2025-09-05 10:55:45 -06:00
parent 859d3bc773
commit 93b58310bf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ android {
buildFeatures { buildFeatures {
viewBinding = true viewBinding = true
} }
aaptOptions { androidResources {
noCompress("tflite"); noCompress += listOf("tflite")
} }
} }
+1 -1
View File
@@ -1,5 +1,5 @@
[versions] [versions]
agp = "8.11.1" agp = "8.13.0"
junit = "4.13.2" junit = "4.13.2"
junitVersion = "1.1.5" junitVersion = "1.1.5"
espressoCore = "3.5.1" espressoCore = "3.5.1"