2021-04-12 12:08:06 +00:00
|
|
|
[versions]
|
2024-08-09 04:27:56 +00:00
|
|
|
agp = "8.5.2"
|
2024-07-24 17:18:10 +00:00
|
|
|
androidxActivity = "1.9.1"
|
2024-04-18 11:40:31 +00:00
|
|
|
bouncycastle = "1.78.1"
|
2024-05-10 13:45:23 +00:00
|
|
|
coroutines = "1.8.1"
|
2021-08-08 07:36:26 +00:00
|
|
|
flowbinding = "1.2.0"
|
2024-08-05 19:12:30 +00:00
|
|
|
hilt = "2.52"
|
2024-08-06 12:14:51 +00:00
|
|
|
kotlin = "2.0.10"
|
2024-03-17 06:50:05 +00:00
|
|
|
kotlinResult = "2.0.0"
|
2024-07-24 17:18:10 +00:00
|
|
|
lifecycle = "2.8.4"
|
2024-01-30 16:54:35 +00:00
|
|
|
moshi = "1.15.1"
|
2021-04-12 12:08:06 +00:00
|
|
|
|
|
|
|
[libraries]
|
2023-11-28 06:39:07 +00:00
|
|
|
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:2.0.4"
|
2024-01-24 19:22:53 +00:00
|
|
|
androidx-activity = { module = "androidx.activity:activity", version.ref = "androidxActivity" }
|
2024-03-21 18:42:56 +00:00
|
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
|
2024-08-07 22:13:30 +00:00
|
|
|
androidx-annotation = "androidx.annotation:annotation:1.8.2"
|
2024-05-30 07:26:09 +00:00
|
|
|
androidx-appcompat = "androidx.appcompat:appcompat:1.7.0"
|
2023-07-12 10:22:32 +00:00
|
|
|
androidx-autofill = "androidx.autofill:autofill:1.3.0-alpha01"
|
2022-09-21 19:26:15 +00:00
|
|
|
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha05"
|
2024-08-07 22:13:30 +00:00
|
|
|
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha14"
|
2024-05-03 05:19:27 +00:00
|
|
|
androidx-core-ktx = "androidx.core:core-ktx:1.13.1"
|
2021-08-24 16:03:29 +00:00
|
|
|
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
|
2024-07-24 17:18:10 +00:00
|
|
|
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.8.2"
|
2021-11-30 12:26:05 +00:00
|
|
|
androidx-lifecycle-common = { module = "androidx.lifecycle:lifecycle-common", version.ref = "lifecycle" }
|
|
|
|
androidx-lifecycle-livedataKtx = { module = "androidx.lifecycle:lifecycle-livedata-ktx", version.ref = "lifecycle" }
|
2021-12-14 17:08:01 +00:00
|
|
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
2021-11-30 12:26:05 +00:00
|
|
|
androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
2024-05-03 05:19:01 +00:00
|
|
|
androidx-material = "com.google.android.material:material:1.12.0"
|
2023-07-27 04:15:21 +00:00
|
|
|
androidx-preference = "androidx.preference:preference:1.2.1"
|
2024-08-07 22:13:30 +00:00
|
|
|
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.4.0-alpha02"
|
2021-05-08 19:23:22 +00:00
|
|
|
androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
|
2023-04-19 19:51:32 +00:00
|
|
|
androidx-security = "androidx.security:security-crypto-ktx:1.1.0-alpha06"
|
2021-04-12 12:08:06 +00:00
|
|
|
androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
|
2023-07-07 11:11:59 +00:00
|
|
|
aps-sublimeFuzzy = "com.github.android-password-store:sublime-fuzzy:2.3.4"
|
2021-11-30 12:26:05 +00:00
|
|
|
aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embedded:4.2.1"
|
2022-06-12 11:01:42 +00:00
|
|
|
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
2022-10-29 01:59:46 +00:00
|
|
|
build-diffutils = "io.github.java-diff-utils:java-diff-utils:4.12"
|
2024-02-29 10:05:41 +00:00
|
|
|
build-download = "de.undercouch:gradle-download-task:5.6.0"
|
2023-07-12 10:30:46 +00:00
|
|
|
build-javapoet = "com.squareup:javapoet:1.13.0"
|
2022-06-09 05:19:53 +00:00
|
|
|
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
2024-06-14 15:04:09 +00:00
|
|
|
build-ktfmt = "com.facebook:ktfmt:0.51"
|
2024-06-21 09:26:45 +00:00
|
|
|
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.29.0"
|
2023-11-12 09:36:52 +00:00
|
|
|
build-metalava = "me.tylerbwong.gradle.metalava:plugin:0.3.5"
|
2023-07-12 10:22:32 +00:00
|
|
|
build-moshi = { module = "com.squareup.moshi:moshi", version.ref = "moshi" }
|
|
|
|
build-moshi-kotlin = { module = "com.squareup.moshi:moshi-kotlin", version.ref = "moshi" }
|
2024-04-18 05:27:35 +00:00
|
|
|
build-okhttp = "com.squareup.okhttp3:okhttp:5.0.0-alpha.14"
|
2024-03-21 18:42:56 +00:00
|
|
|
build-r8 = "com.android.tools:r8:8.4.6-dev"
|
2024-03-21 18:33:48 +00:00
|
|
|
build-semver = "com.github.zafarkhaja:java-semver:0.10.2"
|
2024-08-07 15:12:59 +00:00
|
|
|
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.11.0"
|
2024-03-21 18:38:20 +00:00
|
|
|
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4"
|
2024-06-12 19:57:10 +00:00
|
|
|
compose-bom = "androidx.compose:compose-bom:2024.06.00"
|
2022-10-25 12:58:45 +00:00
|
|
|
compose-foundation-core = { module = "androidx.compose.foundation:foundation" }
|
|
|
|
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
|
|
|
|
compose-material3 = { module = "androidx.compose.material3:material3" }
|
|
|
|
compose-ui-core = { module = "androidx.compose.ui:ui" }
|
|
|
|
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling" }
|
2022-07-06 15:59:23 +00:00
|
|
|
dagger-hilt-android = { module = "com.google.dagger:hilt-android", version.ref = "hilt" }
|
|
|
|
dagger-hilt-compiler = { module = "com.google.dagger:hilt-compiler", version.ref = "hilt" }
|
|
|
|
dagger-hilt-core = { module = "com.google.dagger:hilt-core", version.ref = "hilt" }
|
2023-02-27 15:55:37 +00:00
|
|
|
kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom", version.ref = "kotlin" }
|
2023-12-16 09:30:03 +00:00
|
|
|
kotlinx-collections-immutable = "org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.7"
|
2023-06-15 08:28:31 +00:00
|
|
|
kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
|
|
|
|
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
|
|
|
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
|
2022-07-06 15:59:23 +00:00
|
|
|
testing-junit = "junit:junit:4.13.2"
|
|
|
|
testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
2024-07-08 05:40:36 +00:00
|
|
|
testing-robolectric = "org.robolectric:robolectric:4.13"
|
2022-07-06 15:59:23 +00:00
|
|
|
testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-fake:2.0.0"
|
2024-04-26 11:07:28 +00:00
|
|
|
testing-testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.16"
|
2024-03-06 16:10:06 +00:00
|
|
|
testing-turbine = "app.cash.turbine:turbine:1.1.0"
|
2023-08-30 13:13:18 +00:00
|
|
|
thirdparty-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk18on", version.ref = "bouncycastle" }
|
2024-04-06 10:00:30 +00:00
|
|
|
thirdparty-bouncycastle-bcutil = { module = "org.bouncycastle:bcutil-jdk18on", version.ref = "bouncycastle" }
|
2023-11-28 06:39:07 +00:00
|
|
|
# We're fine with the current version.
|
|
|
|
# noinspection GradleDependency
|
2021-04-12 12:08:06 +00:00
|
|
|
thirdparty-commons_codec = "commons-codec:commons-codec:1.14"
|
2024-01-26 09:42:23 +00:00
|
|
|
thirdparty-compose-lints = "com.slack.lint.compose:compose-lint-checks:1.3.1"
|
2021-04-12 12:08:06 +00:00
|
|
|
thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0"
|
2023-08-14 06:52:27 +00:00
|
|
|
thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.3.0"
|
2021-08-08 07:36:26 +00:00
|
|
|
thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android", version.ref = "flowbinding" }
|
2023-05-19 15:32:51 +00:00
|
|
|
# JGit upgrades also raise its minimum Java runtime requirements that we cannot satisfy on Android
|
|
|
|
# noinspection GradleDependency
|
2023-11-27 06:04:12 +00:00
|
|
|
thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:4.5.7.201904151645-r"
|
2023-09-27 19:59:24 +00:00
|
|
|
thirdparty-kotlinResult = { module = "com.michael-bull.kotlin-result:kotlin-result", version.ref = "kotlinResult" }
|
|
|
|
thirdparty-kotlinResult-coroutines = { module = "com.michael-bull.kotlin-result:kotlin-result-coroutines", version.ref = "kotlinResult" }
|
2024-04-18 07:54:31 +00:00
|
|
|
thirdparty-leakcanary-plumber = "com.squareup.leakcanary:plumber-android-startup:2.14"
|
2021-10-03 08:32:15 +00:00
|
|
|
thirdparty-logcat = "com.squareup.logcat:logcat:0.1"
|
2024-04-08 01:36:45 +00:00
|
|
|
thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.4.0-beta2"
|
2024-05-29 17:05:49 +00:00
|
|
|
thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:18.1.0"
|
2024-07-31 10:51:08 +00:00
|
|
|
thirdparty-nonfree-sentry = "io.sentry:sentry-android:7.13.0"
|
2024-03-21 13:55:00 +00:00
|
|
|
thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.6.7"
|
2024-05-22 07:42:24 +00:00
|
|
|
thirdparty-slack-lints = "com.slack.lint:slack-lint-checks:0.7.4"
|
2023-09-04 18:50:19 +00:00
|
|
|
thirdparty-slf4j-api = { module = "org.slf4j:slf4j-api", version = { strictly = "[1.7, 1.8[", prefer = "1.7.36" } }
|
2024-01-02 10:06:03 +00:00
|
|
|
thirdparty-sshj = "com.hierynomus:sshj:0.38.0"
|
2024-03-22 06:14:09 +00:00
|
|
|
thirdparty-uri = "com.eygraber:uri-kmp:0.0.18"
|
2021-04-12 12:08:06 +00:00
|
|
|
|
|
|
|
[bundles]
|
2022-07-06 15:59:23 +00:00
|
|
|
androidxLifecycle = [
|
|
|
|
"androidx-lifecycle-common",
|
|
|
|
"androidx-lifecycle-livedataKtx",
|
|
|
|
"androidx-lifecycle-viewmodelKtx",
|
|
|
|
]
|
|
|
|
testDependencies = [
|
|
|
|
"testing-junit",
|
|
|
|
"testing-kotlintest-junit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[plugins]
|
|
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
2024-05-22 07:12:27 +00:00
|
|
|
kotlin-composeCompiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
|