We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbfde9 commit 047e43fCopy full SHA for 047e43f
gradle/libs.versions.toml
@@ -2,7 +2,7 @@
2
agp = "8.13.0"
3
firebaseCrashlyticsPlugin = "3.0.6"
4
googleServices = "4.4.3"
5
-ossLicensesPlugin = "0.10.6"
+ossLicensesPlugin = "0.10.9"
6
appcompat = "1.7.1"
7
appUpdate = "2.1.0"
8
billing = "8.0.0"
settings.gradle
@@ -8,7 +8,7 @@ pluginManagement {
resolutionStrategy {
9
eachPlugin {
10
if (requested.id.id == 'com.google.android.gms.oss-licenses-plugin') {
11
- useModule('com.google.android.gms:oss-licenses-plugin:0.10.6')
+ useModule('com.google.android.gms:oss-licenses-plugin:0.10.9')
12
}
13
14
0 commit comments