build: update to agp 8.10.1
authorDa Risk <da_risk@geekorum.com>
Tue, 24 Jun 2025 15:44:16 -0400
changeset 91 c02a6ae4f610
parent 90 a27056a818b6
child 92 55f4c1d6eed0
build: update to agp 8.10.1
buildSrc/src/main/kotlin/RepositoryChangeset.kt
gradle/libs.versions.toml
--- a/buildSrc/src/main/kotlin/RepositoryChangeset.kt	Tue Mar 11 15:15:37 2025 -0400
+++ b/buildSrc/src/main/kotlin/RepositoryChangeset.kt	Tue Jun 24 15:44:16 2025 -0400
@@ -149,7 +149,7 @@
         mainOutput.versionCode.set(versionCodeTask.map { it.versionCodeOutputFile.get().asFile.readText().toInt() })
         mainOutput.versionName.set("$major.$minor.$patch$versionNameSuffix")
 
-        it.buildConfigFields.put("REPOSITORY_CHANGESET", versionCodeTask.map {
+        it.buildConfigFields?.put("REPOSITORY_CHANGESET", versionCodeTask.map {
             BuildConfigField("String", "\"${it.changesetOutputFile.get().asFile.readText()}\"", "Repository changeset")
         })
     }
--- a/gradle/libs.versions.toml	Tue Mar 11 15:15:37 2025 -0400
+++ b/gradle/libs.versions.toml	Tue Jun 24 15:44:16 2025 -0400
@@ -1,5 +1,5 @@
 [versions]
-android-gradle-plugin = "8.9.0"
+android-gradle-plugin = "8.10.1"
 annotation = "1.9.1"
 androidx-activity = "1.10.0"
 androidx-compose-bom = "2025.02.00"