Update dependencies

pull/647/head
Vitor Pamplona 2023-10-15 15:41:24 -04:00
rodzic 00194c2f0d
commit f9fed8a04f
3 zmienionych plików z 6 dodań i 10 usunięć

Wyświetl plik

@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'org.jetbrains.kotlin.android'
id 'org.jlleitschuh.gradle.ktlint' version "11.5.1"
id 'org.jlleitschuh.gradle.ktlint' version "11.6.1"
id 'com.google.gms.google-services'
}
@ -89,7 +89,7 @@ android {
dependencies {
implementation project(path: ':quartz')
implementation "androidx.core:core-ktx:$core_ktx_version"
implementation 'androidx.activity:activity-compose:1.7.2'
implementation 'androidx.activity:activity-compose:1.8.0'
implementation "androidx.compose.ui:ui:$compose_ui_version"
implementation "androidx.compose.ui:ui-tooling-preview:$compose_ui_version"
@ -200,10 +200,6 @@ dependencies {
debugImplementation "androidx.compose.ui:ui-test-manifest:$compose_ui_version"
}
ktlint {
disabledRules.set(["no-wildcard-imports"])
}
// https://gitlab.com/fdroid/wiki/-/wikis/HOWTO:-diff-&-fix-APKs-for-Reproducible-Builds#differing-assetsdexoptbaselineprofm-easy-to-fix
// NB: Android Studio can't find the imports; this does not affect the
// actual build since Gradle can find them just fine.

Wyświetl plik

@ -4,12 +4,12 @@ buildscript {
ext {
fragment_version = "1.6.1"
lifecycle_version = '2.6.2'
compose_ui_version = '1.5.2'
nav_version = '2.7.3'
compose_ui_version = '1.5.3'
nav_version = '2.7.4'
room_version = "2.4.3"
accompanist_version = '0.30.1'
coil_version = '2.4.0'
vico_version = '1.11.3'
vico_version = '1.12.0'
exoplayer_version = '1.1.1'
media3_version = '1.1.1'
core_ktx_version = '1.12.0'

Wyświetl plik

@ -47,7 +47,7 @@ dependencies {
api 'com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2'
// immutable collections to avoid recomposition
api("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.5")
api("org.jetbrains.kotlinx:kotlinx-collections-immutable:0.3.6")
// Parses URLs from Text:
api "io.github.url-detector:url-detector:0.1.23"