2021-04-12 14:08:06 +02:00
|
|
|
[versions]
|
2022-09-15 20:22:22 +02:00
|
|
|
agp = "7.3.0"
|
2022-09-08 05:18:28 +02:00
|
|
|
androidxActivity = "1.6.0-rc02"
|
2022-07-06 17:59:23 +02:00
|
|
|
bouncycastle = "1.71"
|
2022-09-08 05:40:18 +02:00
|
|
|
composeFoundation = "1.3.0-beta02"
|
2022-09-08 05:54:27 +02:00
|
|
|
composeUi = "1.3.0-beta02"
|
2022-07-13 13:27:04 +02:00
|
|
|
coroutines = "1.6.4"
|
2021-08-08 09:36:26 +02:00
|
|
|
flowbinding = "1.2.0"
|
2022-08-04 04:54:41 +02:00
|
|
|
hilt = "2.43.2"
|
2022-07-08 10:03:56 +02:00
|
|
|
kotlin = "1.7.10"
|
2022-04-21 05:51:46 +02:00
|
|
|
leakcanary = "2.9.1"
|
2022-09-08 07:17:45 +02:00
|
|
|
lifecycle = "2.6.0-alpha02"
|
2021-04-12 14:08:06 +02:00
|
|
|
|
|
|
|
[libraries]
|
2022-08-24 18:43:56 +02:00
|
|
|
android-desugarJdkLibs = "com.android.tools:desugar_jdk_libs:1.2.2"
|
2022-07-16 00:44:14 +02:00
|
|
|
androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" }
|
|
|
|
androidx-activity-ktx = { module = "androidx.activity:activity-ktx", version.ref = "androidxActivity" }
|
2022-09-08 06:01:12 +02:00
|
|
|
androidx-annotation = "androidx.annotation:annotation:1.5.0-rc01"
|
2022-08-24 17:20:04 +02:00
|
|
|
# @pin beta01 moved DrawableWrapper to public API, breaking the FastScroll library
|
2022-09-08 06:56:50 +02:00
|
|
|
androidx-appcompat = "androidx.appcompat:appcompat:1.6.0-alpha05"
|
2021-11-30 13:26:05 +01:00
|
|
|
androidx-autofill = "androidx.autofill:autofill:1.2.0-beta01"
|
2021-12-14 18:08:01 +01:00
|
|
|
androidx-biometricKtx = "androidx.biometric:biometric-ktx:1.2.0-alpha04"
|
2022-07-06 18:26:52 +02:00
|
|
|
androidx-constraintlayout = "androidx.constraintlayout:constraintlayout:2.2.0-alpha03"
|
2022-09-08 07:10:56 +02:00
|
|
|
androidx-core-ktx = "androidx.core:core-ktx:1.9.0"
|
2021-08-24 18:03:29 +02:00
|
|
|
androidx-documentfile = "androidx.documentfile:documentfile:1.1.0-alpha01"
|
2022-08-25 06:26:08 +02:00
|
|
|
androidx-fragment-ktx = "androidx.fragment:fragment-ktx:1.6.0-alpha02"
|
2021-11-30 13:26:05 +01: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 18:08:01 +01:00
|
|
|
androidx-lifecycle-viewmodel-compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
2021-11-30 13:26:05 +01:00
|
|
|
androidx-lifecycle-viewmodelKtx = { module = "androidx.lifecycle:lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
2022-08-31 05:52:02 +02:00
|
|
|
androidx-material = "com.google.android.material:material:1.7.0-rc01"
|
2022-01-27 21:23:39 +01:00
|
|
|
androidx-preference = "androidx.preference:preference:1.2.0"
|
2022-08-11 20:34:25 +02:00
|
|
|
androidx-recyclerview = "androidx.recyclerview:recyclerview:1.3.0-beta02"
|
2021-05-08 21:23:22 +02:00
|
|
|
androidx-recyclerviewSelection = "androidx.recyclerview:recyclerview-selection:1.2.0-alpha01"
|
2021-04-12 14:08:06 +02:00
|
|
|
androidx-security = "androidx.security:security-crypto:1.1.0-alpha03"
|
|
|
|
androidx-swiperefreshlayout = "androidx.swiperefreshlayout:swiperefreshlayout:1.2.0-alpha01"
|
2022-08-11 11:22:32 +02:00
|
|
|
aps-sublimeFuzzy = "com.github.android-password-store:sublime-fuzzy:2.2.1"
|
2021-11-30 13:26:05 +01:00
|
|
|
aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embedded:4.2.1"
|
2022-06-12 13:01:42 +02:00
|
|
|
build-agp = { module = "com.android.tools.build:gradle", version.ref = "agp" }
|
2022-09-05 14:14:53 +02:00
|
|
|
build-binarycompat = "org.jetbrains.kotlinx:binary-compatibility-validator:0.11.1"
|
2022-07-17 11:49:26 +02:00
|
|
|
build-detekt = "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0"
|
2022-09-13 13:50:50 +02:00
|
|
|
build-download = "de.undercouch:gradle-download-task:5.2.0"
|
2022-06-09 07:19:53 +02:00
|
|
|
build-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
|
2022-09-10 08:33:23 +02:00
|
|
|
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.22.0"
|
2022-06-12 18:52:52 +02:00
|
|
|
build-okhttp = "com.squareup.okhttp3:okhttp:4.10.0"
|
2022-07-15 15:09:18 +02:00
|
|
|
build-r8 = "com.android.tools:r8:4.0.18-dev"
|
2021-11-30 13:26:05 +01:00
|
|
|
build-semver = "com.vdurmont:semver4j:3.1.0"
|
2022-09-20 20:26:47 +02:00
|
|
|
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:3.1.6"
|
2022-09-15 03:46:10 +02:00
|
|
|
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.11.0"
|
2022-08-28 22:26:58 +02:00
|
|
|
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.6.1"
|
2022-06-30 18:03:59 +02:00
|
|
|
build-versions = "com.github.ben-manes:gradle-versions-plugin:0.42.0"
|
2022-08-23 12:04:59 +02:00
|
|
|
compose-animation = "androidx.compose.animation:animation:1.2.1"
|
2022-09-08 06:38:33 +02:00
|
|
|
compose-compiler = "androidx.compose.compiler:compiler:1.3.1"
|
2022-07-06 18:26:52 +02:00
|
|
|
compose-foundation-core = { module = "androidx.compose.foundation:foundation", version.ref = "composeFoundation" }
|
|
|
|
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout", version.ref = "composeFoundation" }
|
2022-03-27 14:37:18 +02:00
|
|
|
compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0"
|
2022-08-23 12:12:00 +02:00
|
|
|
compose-material = "androidx.compose.material:material:1.2.1"
|
2022-09-08 06:56:50 +02:00
|
|
|
compose-material3 = "androidx.compose.material3:material3:1.0.0-beta02"
|
2022-09-08 06:08:16 +02:00
|
|
|
compose-runtime = "androidx.compose.runtime:runtime:1.3.0-beta02"
|
2022-07-06 18:26:52 +02:00
|
|
|
compose-ui-core = { module = "androidx.compose.ui:ui", version.ref = "composeUi" }
|
|
|
|
compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "composeUi" }
|
2022-08-23 11:31:38 +02:00
|
|
|
compose-ui-tooling = { module = "androidx.compose.ui:ui-tooling", version.ref = "composeUi" }
|
|
|
|
compose-ui-util = { module = "androidx.compose.ui:ui-util", version.ref = "composeUi" }
|
2022-07-06 18:26:52 +02:00
|
|
|
compose-ui-viewbinding = { module = "androidx.compose.ui:ui-viewbinding", version.ref = "composeUi" }
|
2022-07-06 17:59:23 +02: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-12-23 11:26:59 +01: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" }
|
2022-07-06 17:59:23 +02:00
|
|
|
testing-junit = "junit:junit:4.13.2"
|
|
|
|
testing-kotlintest-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit", version.ref = "kotlin" }
|
2022-08-23 04:44:08 +02:00
|
|
|
testing-robolectric = "org.robolectric:robolectric:4.8.2"
|
2022-07-06 17:59:23 +02:00
|
|
|
testing-sharedPrefsMock = "com.github.android-password-store:shared-preferences-fake:2.0.0"
|
2022-07-13 21:12:23 +02:00
|
|
|
testing-testparameterinjector = "com.google.testparameterinjector:test-parameter-injector:1.8"
|
2022-09-21 17:04:19 +02:00
|
|
|
testing-turbine = "app.cash.turbine:turbine:0.11.0"
|
2022-07-06 17:59:23 +02:00
|
|
|
thirdparty-bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk15to18", version.ref = "bouncycastle" }
|
|
|
|
thirdparty-bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk15to18", version.ref = "bouncycastle" }
|
2021-04-12 14:08:06 +02:00
|
|
|
thirdparty-commons_codec = "commons-codec:commons-codec:1.14"
|
|
|
|
thirdparty-eddsa = "net.i2p.crypto:eddsa:0.3.0"
|
2022-04-26 13:42:35 +02:00
|
|
|
thirdparty-fastscroll = "me.zhanghai.android.fastscroll:library:1.1.8"
|
2021-08-08 09:36:26 +02:00
|
|
|
thirdparty-flowbinding-android = { module = "io.github.reactivecircus.flowbinding:flowbinding-android", version.ref = "flowbinding" }
|
2021-04-12 14:08:06 +02:00
|
|
|
thirdparty-jgit = "org.eclipse.jgit:org.eclipse.jgit:3.7.1.201504261725-r"
|
2022-04-21 06:06:29 +02:00
|
|
|
thirdparty-kotlinResult = "com.michael-bull.kotlin-result:kotlin-result:1.1.16"
|
2022-07-06 17:59:23 +02:00
|
|
|
thirdparty-leakcanary = { module = "com.squareup.leakcanary:leakcanary-android-startup", version.ref = "leakcanary" }
|
2021-10-03 10:32:15 +02:00
|
|
|
thirdparty-logcat = "com.squareup.logcat:logcat:0.1"
|
2022-06-12 02:08:43 +02:00
|
|
|
thirdparty-modernAndroidPrefs = "de.maxr1998:modernandroidpreferences:2.3.1"
|
2022-01-06 14:55:15 +01:00
|
|
|
thirdparty-nonfree-googlePlayAuthApiPhone = "com.google.android.gms:play-services-auth-api-phone:18.0.1"
|
2022-09-19 15:56:09 +02:00
|
|
|
thirdparty-nonfree-sentry = "io.sentry:sentry-android:6.4.2"
|
2022-09-03 22:00:06 +02:00
|
|
|
thirdparty-pgpainless = "org.pgpainless:pgpainless-core:1.3.6"
|
2022-07-06 17:59:23 +02:00
|
|
|
thirdparty-plumber = { module = "com.squareup.leakcanary:plumber-android-startup", version.ref = "leakcanary" }
|
2022-05-27 09:30:10 +02:00
|
|
|
# TODO: Remove the explicit bcpkix dependency when upgrading this to a BC 1.71 compatible version
|
2022-08-10 13:39:35 +02:00
|
|
|
thirdparty-sshj = "com.hierynomus:sshj:0.34.0"
|
2022-07-06 18:26:52 +02:00
|
|
|
thirdparty-whatthestack = "com.github.haroldadmin:WhatTheStack:1.0.0-alpha04"
|
2021-04-12 14:08:06 +02:00
|
|
|
|
|
|
|
[bundles]
|
2022-07-06 17:59:23 +02: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" }
|