We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fef93e2 + 5ac9e4c commit d90dadbCopy full SHA for d90dadb
2 files changed
gradle/libs.versions.toml
@@ -20,10 +20,10 @@ datastorePreferences = "1.2.0"
20
kotlinSerializationJson = "1.9.0"
21
22
# Plugin versions
23
-agp = "8.13.1"
+agp = "8.13.2"
24
ksp = "2.3.3"
25
kotlin = "2.2.21"
26
-oss-license-plugin = "0.10.9" # Also update in settings.gradle.kts
+oss-license-plugin = "0.10.10" # Also update in settings.gradle.kts
27
28
29
settings.gradle.kts
@@ -7,7 +7,7 @@ pluginManagement {
7
resolutionStrategy {
8
eachPlugin {
9
if (requested.id.id == "com.google.android.gms.oss-licenses-plugin") {
10
- useModule("com.google.android.gms:oss-licenses-plugin:0.10.9")
+ useModule("com.google.android.gms:oss-licenses-plugin:0.10.10")
11
}
12
13
0 commit comments