Merge branch 'develop' into feature/fga/navigation First step: makes it compile by disabling the new screens (need to migrate to nodes)
This commit is contained in:
commit
7d65a4a1e7
312 changed files with 8608 additions and 261 deletions
|
|
@ -51,6 +51,7 @@ showkase = "1.0.0-beta14"
|
|||
compose_destinations = "1.7.23-beta"
|
||||
jsoup = "1.15.3"
|
||||
appyx = "1.0.1"
|
||||
seismic = "1.0.3"
|
||||
|
||||
# DI
|
||||
dagger = "2.43"
|
||||
|
|
@ -59,6 +60,7 @@ anvil = "2.4.2"
|
|||
# quality
|
||||
detekt = "1.22.0"
|
||||
ktlint = "11.0.0"
|
||||
dependencygraph = "0.10"
|
||||
|
||||
[libraries]
|
||||
# Project
|
||||
|
|
@ -74,10 +76,13 @@ androidx_datastore_datastore = { module = "androidx.datastore:datastore", versio
|
|||
androidx_constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version.ref = "constraintlayout" }
|
||||
androidx_recyclerview = { module = "androidx.recyclerview:recyclerview", version.ref = "recyclerview" }
|
||||
androidx_lifecycle_runtime = { module = "androidx.lifecycle:lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
||||
androidx_lifecycle_compose = { module = "androidx.lifecycle:compose", version.ref = "lifecycle" }
|
||||
androidx_lifecycle_process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "lifecycle" }
|
||||
|
||||
androidx_lifecycle_viewmodel_compose = { module = "androidx.lifecycle:lifecycle-viewmodel-compose", version.ref = "lifecycle" }
|
||||
androidx_activity_compose = { module = "androidx.activity:activity-compose", version.ref = "activity_compose" }
|
||||
androidx_fragment = {module = "androidx.fragment:fragment-ktx", version.ref = "fragment"}
|
||||
androidx_startup = { module = "androidx.startup:startup-runtime", version.ref = "startup"}
|
||||
androidx_fragment = { module = "androidx.fragment:fragment-ktx", version.ref = "fragment" }
|
||||
androidx_startup = { module = "androidx.startup:startup-runtime", version.ref = "startup" }
|
||||
|
||||
androidx_compose_bom = { group = "androidx.compose", name = "compose-bom", version.ref = "compose_bom" }
|
||||
androidx_compose_foundation = { group = "androidx.compose.foundation", name = "foundation" }
|
||||
|
|
@ -96,6 +101,9 @@ accompanist_pager = { module = "com.google.accompanist:accompanist-pager", versi
|
|||
accompanist_pagerindicator = { module = "com.google.accompanist:accompanist-pager-indicators", version.ref = "accompanist" }
|
||||
accompanist_flowlayout = { module = "com.google.accompanist:accompanist-flowlayout", version.ref = "accompanist" }
|
||||
|
||||
# Libraries
|
||||
squareup_seismic = { module = "com.squareup:seismic", version.ref = "seismic" }
|
||||
|
||||
# Test
|
||||
test_junit = { module = "junit:junit", version.ref = "test_junit" }
|
||||
test_runner = { module = "androidx.test:runner", version.ref = "test_runner" }
|
||||
|
|
@ -122,7 +130,7 @@ jsoup = { module = "org.jsoup:jsoup", version.ref = "jsoup" }
|
|||
appyx_core = {module = "com.bumble.appyx:core", version.ref = "appyx"}
|
||||
|
||||
# Di
|
||||
inject = {module = "javax.inject:javax.inject", version = "1"}
|
||||
inject = { module = "javax.inject:javax.inject", version = "1" }
|
||||
dagger = { module = "com.google.dagger:dagger", version.ref = "dagger" }
|
||||
dagger_compiler = { module = "com.google.dagger:dagger-compiler", version.ref = "dagger" }
|
||||
anvil_compiler_api = { module = "com.squareup.anvil:compiler-api", version.ref = "anvil" }
|
||||
|
|
@ -138,9 +146,10 @@ android_application = { id = "com.android.application", version.ref = "android_g
|
|||
android_library = { id = "com.android.library", version.ref = "android_gradle_plugin" }
|
||||
kotlin_android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
kotlin_jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
|
||||
kapt = {id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin"}
|
||||
kapt = { id = "org.jetbrains.kotlin.kapt", version.ref = "kotlin" }
|
||||
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||
anvil = {id = "com.squareup.anvil", version.ref = "anvil"}
|
||||
anvil = { id = "com.squareup.anvil", version.ref = "anvil" }
|
||||
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
|
||||
ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
|
||||
molecule = {id = "app.cash.molecule", version.ref = "molecule"}
|
||||
dependencygraph = { id = "com.savvasdalkitsis.module-dependency-graph", version.ref = "dependencygraph" }
|
||||
|
|
|
|||
16
gradle/wrapper/gradle-wrapper.properties
vendored
16
gradle/wrapper/gradle-wrapper.properties
vendored
|
|
@ -1,3 +1,19 @@
|
|||
#
|
||||
# Copyright (c) 2022 New Vector Ltd
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
|
||||
#Fri Oct 07 15:02:00 CEST 2022
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionSha256Sum=db9c8211ed63f61f60292c69e80d89196f9eb36665e369e7f00ac4cc841c2219
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue