We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78f1d68 + 89400be commit caca689Copy full SHA for caca689
2 files changed
app/build.gradle.kts
@@ -39,6 +39,14 @@ android {
39
unitTests.isReturnDefaultValues = true
40
}
41
42
+ // Looks like google likes to add metadata only they can read https://gitlab.com/IzzyOnDroid/repo/-/work_items/491
43
+ dependenciesInfo {
44
+ // Disables dependency metadata when building APKs.
45
+ includeInApk = false
46
+ // Disables dependency metadata when building Android App Bundles.
47
+ includeInBundle = false
48
+ }
49
+
50
viewBinding {
51
enable = true
52
gradle/libs.versions.toml
@@ -31,7 +31,7 @@ media3 = "1.9.2"
31
navigationKtx = "2.9.7"
32
newpipeextractor = "v0.25.2"
33
nextlibMedia3 = "1.9.1-0.11.0"
34
-nicehttp = "0.4.16"
+nicehttp = "0.4.17"
35
overlappingpanels = "0.1.5"
36
paletteKtx = "1.0.0"
37
preferenceKtx = "1.2.1"
0 commit comments