2021-04-12 12:08:06 +00:00
|
|
|
# Centralized versions for dependencies that share versions
|
|
|
|
[versions]
|
2022-05-26 06:23:46 +00:00
|
|
|
androidx_activity = "1.5.0-rc01"
|
2022-04-20 18:34:12 +00:00
|
|
|
compose = "1.2.0-alpha08"
|
2022-05-27 18:02:56 +00:00
|
|
|
coroutines = "1.6.2"
|
2021-08-08 07:36:26 +00:00
|
|
|
flowbinding = "1.2.0"
|
2022-05-10 02:19:26 +00:00
|
|
|
hilt = "2.42"
|
2022-06-09 05:19:53 +00:00
|
|
|
kotlin = "1.7.0"
|
2022-04-21 03:51:46 +00:00
|
|
|
leakcanary = "2.9.1"
|
2022-05-26 06:23:46 +00:00
|
|
|
lifecycle = "2.5.0-rc01"
|
2021-04-12 12:08:06 +00:00
|
|
|
|
2022-02-17 02:36:22 +00:00
|
|
|
[plugins]
|
|
|
|
hilt = { id = "com.google.dagger.hilt.android", version.ref = "hilt" }
|
|
|
|
|
2021-04-12 12:08:06 +00:00
|
|
|
[libraries]
|
2021-11-30 12:26:05 +00:00
|
|
|
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.1.5"
|
2021-06-04 06:00:30 +00:00
|
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidx_activity" }
|
2021-11-30 12:26:05 +00:00
|
|
|
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidx_activity" }
|
2022-05-26 06:23:46 +00:00
|
|
|
androidx-annotation = "androidx.annotation:annotation:1.4.0-beta01"
|
|
|
|
androidx-appcompat = "androidx.appcompat:appcompat:1.5.0-alpha01"
|
2021-11-30 12:26:05 +00:00
|
|
|
androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01"
|
2021-12-14 17:08:01 +00:00
|
|
|
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha04"
|
2022-05-26 06:23:46 +00:00
|
|
|
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha01"
|
|
|
|
androidx-core-ktx = "androidx.core:core-ktx:1.8.0-rc01"
|
2021-08-24 16:03:29 +00:00
|
|
|
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
|
2022-05-27 07:30:10 +00:00
|
|
|
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.5.0-rc01"
|
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" }
|
2022-05-26 06:23:46 +00:00
|
|
|
androidx-material = "com.google.android.material:material:1.7.0-alpha02"
|
2022-01-27 20:23:39 +00:00
|
|
|
androidx-preference = "androidx.preference:preference:1.2.0"
|
2022-04-07 02:40:07 +00:00
|
|
|
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.0-alpha02"
|
2021-05-08 19:23:22 +00:00
|
|
|
androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
|
2021-04-12 12:08:06 +00:00
|
|
|
androidx-security = "androidx.security:security-crypto:1.1.0-alpha03"
|
|
|
|
androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
|
|
|
|
|
2022-05-17 04:42:06 +00:00
|
|
|
aps-sublimeFuzzy = "com.github.android-password-store:sublime-fuzzy:2.1.0"
|
2021-11-30 12:26:05 +00:00
|
|
|
aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embedded:4.2.1"
|
|
|
|
|
2022-05-29 14:11:00 +00:00
|
|
|
build-agp = "com.android.tools.build:gradle:7.2.1"
|
2022-05-18 12:39:46 +00:00
|
|
|
build-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.10.0"
|
2022-05-04 06:19:20 +00:00
|
|
|
build-download = "de.undercouch:gradle-download-task:5.1.0"
|
2022-06-09 05:19:53 +00:00
|
|
|
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
2022-06-02 20:20:28 +00:00
|
|
|
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.20.0"
|
2021-11-30 12:38:23 +00:00
|
|
|
build-okhttp = "com.squareup.okhttp3:okhttp:4.9.3"
|
2021-11-30 12:26:05 +00:00
|
|
|
build-semver = "com.vdurmont:semver4j:3.1.0"
|
2022-06-09 15:32:30 +00:00
|
|
|
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.1.0"
|
2022-06-05 21:18:55 +00:00
|
|
|
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.7.0"
|
2021-11-30 12:26:05 +00:00
|
|
|
|
2021-12-23 10:26:59 +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" }
|
2021-11-30 12:26:05 +00:00
|
|
|
|
2021-12-23 10:26:59 +00:00
|
|
|
compose-animation = { module = "androidx.compose.animation:animation", version.ref = "compose" }
|
2022-02-10 14:12:44 +00:00
|
|
|
compose-compiler = { module = "androidx.compose.compiler:compiler", version.ref = "compose" }
|
2021-05-25 09:45:26 +00:00
|
|
|
compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
|
|
|
|
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "compose" }
|
2022-03-27 12:37:18 +00:00
|
|
|
compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0"
|
2021-05-25 09:45:26 +00:00
|
|
|
compose-material = { module = "androidx.compose.material:material", version.ref = "compose" }
|
2022-04-21 03:56:52 +00:00
|
|
|
compose-material3 = "androidx.compose.material3:material3:1.0.0-alpha10"
|
2021-05-25 09:45:26 +00:00
|
|
|
compose-runtime = { module = "androidx.compose.runtime:runtime", version.ref = "compose" }
|
|
|
|
compose-ui-core = { module = "androidx.compose.ui:ui", version.ref = "compose" }
|
|
|
|
compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
|
|
|
|
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "compose" }
|
|
|
|
compose-ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "compose" }
|
|
|
|
compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding", version.ref = "compose" }
|
|
|
|
|
2021-12-23 10:26:59 +00:00
|
|
|
kotlin-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
|
|
|
|
kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
|
|
|
|
kotlin-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
|
2021-04-12 12:08:06 +00:00
|
|
|
|
2022-05-27 07:30:10 +00:00
|
|
|
thirdparty-bouncycastle-bcprov = "org.bouncycastle:bcprov-jdk15to18:1.71"
|
|
|
|
thirdparty-bouncycastle-bcpkix = "org.bouncycastle:bcpkix-jdk15to18:1.71"
|
2021-04-12 12:08:06 +00:00
|
|
|
thirdparty-commons_codec = "commons-codec:commons-codec:1.14"
|
|
|
|
thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0"
|
2022-04-26 11:42:35 +00:00
|
|
|
thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.1.8"
|
2021-08-08 07:36:26 +00:00
|
|
|
thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android", version.ref = "flowbinding" }
|
2021-04-12 12:08:06 +00:00
|
|
|
thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r"
|
2022-04-21 04:06:29 +00:00
|
|
|
thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.16"
|
2022-04-10 17:02:56 +00:00
|
|
|
thirdparty-leakcanary = { module = "com.squareup.leakcanary:leakcanary-android-startup", version.ref="leakcanary" }
|
|
|
|
thirdparty-plumber = { module = "com.squareup.leakcanary:plumber-android-startup", version.ref="leakcanary" }
|
2021-10-03 08:32:15 +00:00
|
|
|
thirdparty-logcat = "com.squareup.logcat:logcat:0.1"
|
2021-12-24 18:04:44 +00:00
|
|
|
thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.3.0"
|
2022-01-06 13:55:15 +00:00
|
|
|
thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:18.0.1"
|
2022-06-07 17:16:53 +00:00
|
|
|
thirdparty-nonfree-sentry = "io.sentry:sentry-android:6.0.0"
|
2022-05-05 13:00:30 +00:00
|
|
|
thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.2.2"
|
2021-05-06 06:53:53 +00:00
|
|
|
thirdparty-sshauth = "com.github.open-keychain.open-keychain:sshauthentication-api:5.7.5"
|
2022-05-27 07:30:10 +00:00
|
|
|
# TODO: Remove the explicit bcpkix dependency when upgrading this to a BC 1.71 compatible version
|
2022-04-21 04:17:40 +00:00
|
|
|
thirdparty-sshj = "com.hierynomus:sshj:0.33.0"
|
2021-11-30 12:26:05 +00:00
|
|
|
thirdparty-whatthestack = "com.github.haroldadmin:WhatTheStack:0.3.1"
|
2021-04-12 12:08:06 +00:00
|
|
|
|
2021-12-23 10:26:59 +00:00
|
|
|
testing-junit = "junit:junit:4.13.2"
|
|
|
|
testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
2022-05-04 02:02:19 +00:00
|
|
|
testing-robolectric = "org.robolectric:robolectric:4.8.1"
|
2021-12-23 10:26:59 +00:00
|
|
|
testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-fake:2.0.0"
|
2022-05-02 17:51:58 +00:00
|
|
|
testing-turbine = "app.cash.turbine:turbine:0.8.0"
|
2021-12-23 10:26:59 +00:00
|
|
|
|
2021-04-12 12:08:06 +00:00
|
|
|
[bundles]
|
2021-05-25 09:45:26 +00:00
|
|
|
androidxLifecycle = ["androidx-lifecycle-common", "androidx-lifecycle-livedataKtx", "androidx-lifecycle-viewmodelKtx"]
|
2021-04-12 12:08:06 +00:00
|
|
|
testDependencies = ["testing-junit", "testing-kotlintest-junit"]
|