-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The inclusion list allows us to put links with the dependencies. When an dependency is neither in the inclusion list nor the exclusion list an exception will be thrown, so we are aware a new dependency was added and we explicitly have to add it. COAND-1017
- Loading branch information
1 parent
670e327
commit daca45c
Showing
3 changed files
with
99 additions
and
68 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
[included] | ||
"androidx.activity:activity" = "[AndroidX Activity](https://developer.android.com/jetpack/androidx/releases/activity)" | ||
"androidx.activity:activity-compose" = "[AndroidX Activity Compose](https://developer.android.com/jetpack/androidx/releases/activity)" | ||
"androidx.annotation:annotation" = "[AndroidX Annotation](https://developer.android.com/jetpack/androidx/releases/annotation)" | ||
"androidx.appcompat:appcompat" = "[AndroidX Appcompat](https://developer.android.com/jetpack/androidx/releases/appcompat)" | ||
"androidx.autofill:autofill" = "[AndroidX Autofill](https://developer.android.com/jetpack/androidx/releases/autofill)" | ||
"androidx.browser:browser" = "[AndroidX Browser](https://developer.android.com/jetpack/androidx/releases/browser)" | ||
"androidx.compose.compiler:compiler" = "[AndroidX Compose Compiler](https://developer.android.com/jetpack/androidx/releases/compose-compiler)" | ||
"androidx.compose:compose-bom" = "[AndroidX Compose BoM](https://developer.android.com/develop/ui/compose/bom/bom-mapping)" | ||
"androidx.constraintlayout:constraintlayout" = "[AndroidX ConstraintLayout](https://developer.android.com/jetpack/androidx/releases/constraintlayout)" | ||
"androidx.fragment:fragment-ktx" = "[AndroidX Fragment](https://developer.android.com/jetpack/androidx/releases/fragment)" | ||
"androidx.lifecycle:lifecycle-runtime-ktx" = "[AndroidX Lifecycle Runtime](https://developer.android.com/jetpack/androidx/releases/lifecycle)" | ||
"androidx.lifecycle:lifecycle-viewmodel-compose" = "[AndroidX Lifecycle ViewModel Compose](https://developer.android.com/jetpack/androidx/releases/lifecycle)" | ||
"androidx.lifecycle:lifecycle-viewmodel-ktx" = "[AndroidX Lifecycle ViewModel](https://developer.android.com/jetpack/androidx/releases/lifecycle)" | ||
"androidx.preference:preference-ktx" = "[AndroidX Preference](https://developer.android.com/jetpack/androidx/releases/preference)" | ||
"androidx.recyclerview:recyclerview" = "[AndroidX RecyclerView](https://developer.android.com/jetpack/androidx/releases/recyclerview)" | ||
"app.cash.paykit:core" = "[CashApp Pay](https://github.com/cashapp/cash-app-pay-android-sdk/releases)" | ||
"ch.twint.payment.sdk:android-sdk" = "Twint" | ||
"com.adyen.threeds:adyen-3ds2" = "[Adyen 3DS2](https://github.com/Adyen/adyen-3ds2-android/releases)" | ||
"com.android.library" = "[Android Gradle Plugin](https://developer.android.com/build/releases/gradle-plugin)" | ||
"com.google.android.gms:play-services-wallet" = "[Play Services Wallet](https://developers.google.com/pay/api/android/support/release-notes)" | ||
"com.google.android.material:material" = "[Material](https://github.com/material-components/material-components-android/releases)" | ||
"com.squareup.okhttp3:okhttp" = "[OkHttp](https://square.github.io/okhttp/changelogs/changelog/)" | ||
"com.tencent.mm.opensdk:wechat-sdk-android-without-mta" = "[WeChat](https://developers.weixin.qq.com/doc/oplatform/en/Mobile_App/Access_Guide/Android.html)" | ||
"kotlin" = "[Kotlin](https://github.com/JetBrains/kotlin/releases)" | ||
"org.jetbrains.kotlinx:kotlinx-coroutines-android" = "[Kotlin Coroutines Android](https://github.com/Kotlin/kotlinx.coroutines/releases)" | ||
"org.jetbrains.kotlinx:kotlinx-coroutines-core" = "[Kotlin Coroutines](https://github.com/Kotlin/kotlinx.coroutines/releases)" | ||
|
||
[excluded] | ||
# We only need the package name, but since toml files are key value base we set an empty value. | ||
"androidx.arch.core:core-testing" = "" | ||
"androidx.compose.material3:material3" = "" | ||
"androidx.compose.ui:ui" = "" | ||
"androidx.compose.ui:ui-graphics" = "" | ||
"androidx.compose.ui:ui-test-manifest" = "" | ||
"androidx.compose.ui:ui-tooling" = "" | ||
"androidx.compose.ui:ui-tooling-preview" = "" | ||
"androidx.hilt:hilt-navigation-compose" = "" | ||
"androidx.preference:preference-ktx" = "" | ||
"androidx.test.espresso:espresso-contrib" = "" | ||
"androidx.test.espresso:espresso-core" = "" | ||
"androidx.test.espresso:espresso-intents" = "" | ||
"androidx.test.ext:junit-ktx" = "" | ||
"androidx.test.uiautomator:uiautomator" = "" | ||
"androidx.test:rules" = "" | ||
"app.cash.turbine:turbine" = "" | ||
"com.adevinta.android:barista" = "" | ||
"com.android.application" = "" | ||
"com.android.tools.lint:lint" = "" | ||
"com.android.tools.lint:lint-api" = "" | ||
"com.android.tools.lint:lint-tests" = "" | ||
"com.google.dagger.hilt.android" = "" | ||
"com.google.dagger:hilt-android" = "" | ||
"com.google.dagger:hilt-android-compiler" = "" | ||
"com.google.dagger:hilt-android-testing" = "" | ||
"com.google.dagger:hilt-compiler" = "" | ||
"com.google.devtools.ksp" = "" | ||
"com.google.pay.button:compose-pay-button" = "" | ||
"com.lemonappdev:konsist" = "" | ||
"com.pinterest.ktlint:ktlint-cli" = "" | ||
"com.squareup.leakcanary:leakcanary-android" = "" | ||
"com.squareup.moshi:moshi-adapters" = "" | ||
"com.squareup.moshi:moshi-kotlin" = "" | ||
"com.squareup.okhttp3:logging-interceptor" = "" | ||
"com.squareup.okhttp3:mockwebserver" = "" | ||
"com.squareup.retrofit2:converter-moshi" = "" | ||
"com.squareup.retrofit2:retrofit" = "" | ||
"io.gitlab.arturbosch.detekt" = "" | ||
"io.gitlab.arturbosch.detekt:detekt-formatting" = "" | ||
"jacoco" = "" | ||
"org.bitbucket.b_c:jose4j" = "" | ||
"org.jetbrains.dokka" = "" | ||
"org.jetbrains.kotlinx.binary-compatibility-validator" = "" | ||
"org.jetbrains.kotlinx:kotlinx-coroutines-test" = "" | ||
"org.json:json" = "" | ||
"org.junit.jupiter:junit-jupiter-api" = "" | ||
"org.junit.jupiter:junit-jupiter-engine" = "" | ||
"org.junit.jupiter:junit-jupiter-params" = "" | ||
"org.junit.vintage:junit-vintage-engine" = "" | ||
"org.mockito.kotlin:mockito-kotlin" = "" | ||
"org.mockito:mockito-android" = "" | ||
"org.mockito:mockito-junit-jupiter" = "" | ||
"org.robolectric:robolectric" = "" | ||
"org.sonarqube" = "" | ||
# These are used in our SDK, but we already display Kotlin in through another dependency. | ||
"kotlin-android" = "" | ||
"kotlin-parcelize" = "" | ||
"org.jetbrains.kotlin.android" = "" | ||
"org.jetbrains.kotlin:kotlin-parcelize-runtime" = "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters