Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed Nov 16, 2024
1 parent 67824b1 commit fcd6ab7
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 31 deletions.
4 changes: 2 additions & 2 deletions composeApp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@ android {
sourceSets["main"].setRoot("src/androidMain/")
sourceSets["main"].res.srcDirs("src/androidMain/res", "src/commonMain/resources")
sourceSets["main"].assets.srcDirs("src/androidMain/assets", "src/commonMain/assets")
compileSdk = 34
compileSdk = 35
namespace = artifact

defaultConfig {
applicationId = artifact
minSdk = 23
targetSdk = 34
targetSdk = 35
versionCode = appVersionCode
versionName = appVersion

Expand Down
2 changes: 1 addition & 1 deletion composeApp/sekret/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ kotlin {
}

android {
compileSdk = 34
compileSdk = 35
namespace = "dev.datlag.burningseries.sekret"

defaultConfig {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import coil3.ImageLoader
import coil3.PlatformContext
import coil3.disk.DiskCache
import coil3.memory.MemoryCache
import coil3.network.ktor2.KtorNetworkFetcherFactory
import coil3.network.ktor3.KtorNetworkFetcherFactory
import coil3.request.crossfade
import coil3.svg.SvgDecoder
import com.apollographql.apollo3.ApolloClient
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ data object K2Kast : AutoCloseable {

connection = scope.connection {
setPort(7332)
noDelay()
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ import dev.datlag.tooling.compose.platform.PlatformCard
import dev.datlag.tooling.compose.platform.PlatformText
import dev.datlag.tooling.compose.platform.colorScheme
import dev.datlag.tooling.compose.platform.typography
import io.github.aakira.napier.Napier

@Composable
fun HomeCard(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ class SyncDialogComponent(
}
private val connect = ioScope().connection {
setPort(7337)
noDelay()
}

init {
Expand Down
2 changes: 1 addition & 1 deletion database/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ sqldelight {
}

android {
compileSdk = 34
compileSdk = 35
namespace = "dev.datlag.burningseries.database"

defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion firebase/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ kotlin {
}

android {
compileSdk = 34
compileSdk = 35
namespace = "dev.datlag.burningseries.firebase"

defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion github/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ kotlin {
}

android {
compileSdk = 34
compileSdk = 35
namespace = artifact

defaultConfig {
Expand Down
40 changes: 20 additions & 20 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,54 +1,54 @@
[versions]
app = "6.0.0"
aboutlibraries = "11.2.3"
ackpine = "0.7.5"
activity = "1.9.2"
android = "8.7.0"
android-core = "1.13.1"
ackpine = "0.8.3"
activity = "1.9.3"
android = "8.7.2"
android-core = "1.15.0"
android-sqlite = "2.4.0"
apollo = "4.0.0-beta.7"
atomicfu = "0.25.0"
atomicfu = "0.26.0"
blurhash = "0.3.0"
coil = "3.0.0-rc01"
compose = "1.7.0-rc01"
coil = "3.0.3"
compose = "1.7.1"
coroutines = "1.9.0"
crashlytics-plugin = "3.0.2"
datastore = "1.1.1"
datetime = "0.6.1"
decompose = "3.1.0"
desugar = "2.1.2"
decompose = "3.2.2"
desugar = "2.1.3"
firebase = "1.13.0"
firebase-android = "21.0.0"
firebase-android-analytics = "22.0.2"
firebase-android-auth = "23.0.0"
firebase-android-crashlytics = "19.0.3"
flowredux = "1.2.2"
haze = "0.7.3"
immutable = "0.3.7"
haze = "1.0.2"
immutable = "0.3.8"
kache = "2.1.0"
kast = "0.2.1"
kmpalette = "3.1.0"
kodein = "7.22.0"
kolor = "2.0.0"
konfig = "0.15.2"
kotlin = "2.0.20"
ksoup = "0.1.2"
ksp = "2.0.20-1.0.25"
ktor = "3.0.0"
ktorfit = "2.1.0"
kotlin = "2.0.21"
ksoup = "0.2.0"
ksp = "2.0.21-1.0.27"
ktor = "3.0.1"
ktorfit = "2.2.0"
media3 = "1.4.1"
moko-resources = "0.24.3"
multidex = "2.0.1"
nanoid = "1.0.1"
napier = "2.7.1"
oidc = "0.10.1"
oidc = "0.12.0-SNAPSHOT"
okhttp = "4.12.0"
osdetector = "1.7.3"
qrose = "1.0.1"
sekret = "2.0.0-alpha-07"
serialization = "1.7.3"
service = "2.8.6"
skeo = "0.2.1"
service = "2.8.7"
skeo = "0.2.2"
sqldelight = "2.0.2"
splashscreen = "1.0.1"
tooling = "1.6.5"
Expand All @@ -68,7 +68,7 @@ androidx-window = { module = "androidx.window:window", version.require = "1.3.0"
apollo = { group = "com.apollographql.apollo3", name = "apollo-runtime", version.ref = "apollo" }
blurhash = { group = "com.vanniktech", name = "blurhash", version.ref = "blurhash" }
coil = { group = "io.coil-kt.coil3", name = "coil", version.ref = "coil" }
coil-network = { group = "io.coil-kt.coil3", name = "coil-network-ktor2", version.ref = "coil" }
coil-network = { group = "io.coil-kt.coil3", name = "coil-network-ktor3", version.ref = "coil" }
coil-compose = { group = "io.coil-kt.coil3", name = "coil-compose", version.ref = "coil" }
coil-svg = { group = "io.coil-kt.coil3", name = "coil-svg", version.ref = "coil" }
coroutines = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "coroutines" }
Expand Down
2 changes: 1 addition & 1 deletion model/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ kotlin {
}

android {
compileSdk = 34
compileSdk = 35
namespace = "dev.datlag.burningseries.model"
sourceSets["main"].aidl.srcDirs("src/androidMain/aidl")

Expand Down

0 comments on commit fcd6ab7

Please sign in to comment.