Replace OSS licenses plugin with Licensee and some manually done UI.
This should fix both configuration cache and reproducible F-droid builds. Cleanup and remove gplay/fdroid diff on open source licenses. Co-authored by @jmartinesp
This commit is contained in:
parent
9c21a96d3d
commit
b9169e6c76
38 changed files with 983 additions and 309 deletions
|
|
@ -70,7 +70,6 @@ gms_google_services = "com.google.gms:google-services:4.4.2"
|
|||
google_firebase_bom = "com.google.firebase:firebase-bom:33.2.0"
|
||||
firebase_appdistribution_gradle = { module = "com.google.firebase:firebase-appdistribution-gradle", version.ref = "firebaseAppDistribution" }
|
||||
autonomousapps_dependencyanalysis_plugin = { module = "com.autonomousapps:dependency-analysis-gradle-plugin", version.ref = "dependencyAnalysis" }
|
||||
oss_licenses_plugin = "com.google.android.gms:oss-licenses-plugin:0.10.6"
|
||||
|
||||
# AndroidX
|
||||
androidx_core = { module = "androidx.core:core", version.ref = "core" }
|
||||
|
|
@ -184,7 +183,6 @@ mapbox_android_gestures = "com.mapbox.mapboxsdk:mapbox-android-gestures:0.7.0"
|
|||
opusencoder = "io.element.android:opusencoder:1.1.0"
|
||||
kotlinpoet = "com.squareup:kotlinpoet:1.18.1"
|
||||
zxing_cpp = "io.github.zxing-cpp:android:2.2.0"
|
||||
play_services_oss_licenses = "com.google.android.gms:play-services-oss-licenses:17.1.0"
|
||||
|
||||
# Analytics
|
||||
posthog = "com.posthog:posthog-android:3.6.0"
|
||||
|
|
@ -234,3 +232,4 @@ sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
|
|||
firebaseAppDistribution = { id = "com.google.firebase.appdistribution", version.ref = "firebaseAppDistribution" }
|
||||
knit = { id = "org.jetbrains.kotlinx.knit", version = "0.5.0" }
|
||||
sonarqube = "org.sonarqube:5.1.0.4882"
|
||||
licensee = "app.cash.licensee:1.11.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue