Skip to content

Commit 047e43f

Browse files
Update OSS licenses plugin for Gradle 9 compatibility
1 parent 5dbfde9 commit 047e43f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
agp = "8.13.0"
33
firebaseCrashlyticsPlugin = "3.0.6"
44
googleServices = "4.4.3"
5-
ossLicensesPlugin = "0.10.6"
5+
ossLicensesPlugin = "0.10.9"
66
appcompat = "1.7.1"
77
appUpdate = "2.1.0"
88
billing = "8.0.0"

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pluginManagement {
88
resolutionStrategy {
99
eachPlugin {
1010
if (requested.id.id == 'com.google.android.gms.oss-licenses-plugin') {
11-
useModule('com.google.android.gms:oss-licenses-plugin:0.10.6')
11+
useModule('com.google.android.gms:oss-licenses-plugin:0.10.9')
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)