Update dependencies
This commit is contained in:
parent
36e3069f36
commit
23dc550e5a
@ -7,12 +7,12 @@ plugins {
|
|||||||
|
|
||||||
android {
|
android {
|
||||||
namespace = "de.timklge.karooheadwind"
|
namespace = "de.timklge.karooheadwind"
|
||||||
compileSdk = 34
|
compileSdk = 35
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "de.timklge.karooheadwind"
|
applicationId = "de.timklge.karooheadwind"
|
||||||
minSdk = 26
|
minSdk = 26
|
||||||
targetSdk = 34
|
targetSdk = 35
|
||||||
versionCode = 2
|
versionCode = 2
|
||||||
versionName = "1.0.0-beta2"
|
versionName = "1.0.0-beta2"
|
||||||
}
|
}
|
||||||
@ -41,8 +41,6 @@ dependencies {
|
|||||||
implementation(libs.bundles.androidx.lifeycle)
|
implementation(libs.bundles.androidx.lifeycle)
|
||||||
implementation(libs.androidx.activity.compose)
|
implementation(libs.androidx.activity.compose)
|
||||||
implementation(libs.bundles.compose.ui)
|
implementation(libs.bundles.compose.ui)
|
||||||
implementation(libs.androidx.navigation.runtime.ktx)
|
|
||||||
implementation(libs.androidx.navigation.compose)
|
|
||||||
implementation(libs.kotlinx.serialization.json)
|
implementation(libs.kotlinx.serialization.json)
|
||||||
implementation(libs.androidx.datastore.preferences)
|
implementation(libs.androidx.datastore.preferences)
|
||||||
implementation(libs.androidx.glance.appwidget)
|
implementation(libs.androidx.glance.appwidget)
|
||||||
|
|||||||
@ -1,19 +1,16 @@
|
|||||||
[versions]
|
[versions]
|
||||||
agp = "8.5.0"
|
agp = "8.5.2"
|
||||||
color = "1.3.0"
|
|
||||||
datastorePreferences = "1.1.1"
|
datastorePreferences = "1.1.1"
|
||||||
kotlin = "2.0.0"
|
kotlin = "2.0.0"
|
||||||
|
|
||||||
androidxCore = "1.13.1"
|
androidxCore = "1.15.0"
|
||||||
androidxLifecycle = "2.8.6"
|
androidxLifecycle = "2.8.7"
|
||||||
androidxActivity = "1.9.3"
|
androidxActivity = "1.9.3"
|
||||||
androidxComposeUi = "1.7.4"
|
androidxComposeUi = "1.7.6"
|
||||||
androidxComposeMaterial = "1.3.0"
|
androidxComposeMaterial = "1.3.1"
|
||||||
glance = "1.1.1"
|
glance = "1.1.1"
|
||||||
kotlinxDatetime = "0.6.1"
|
kotlinxDatetime = "0.6.1"
|
||||||
kotlinxSerializationJson = "1.7.3"
|
kotlinxSerializationJson = "1.7.3"
|
||||||
navigationRuntimeKtx = "2.8.4"
|
|
||||||
navigationCompose = "2.8.4"
|
|
||||||
|
|
||||||
[plugins]
|
[plugins]
|
||||||
android-application = { id = "com.android.application", version.ref = "agp" }
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
||||||
@ -22,8 +19,7 @@ compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "
|
|||||||
|
|
||||||
[libraries]
|
[libraries]
|
||||||
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
|
androidx-datastore-preferences = { module = "androidx.datastore:datastore-preferences", version.ref = "datastorePreferences" }
|
||||||
hammerhead-karoo-ext = { group = "io.hammerhead", name = "karoo-ext", version = "1.1.1" }
|
hammerhead-karoo-ext = { group = "io.hammerhead", name = "karoo-ext", version = "1.1.2" }
|
||||||
|
|
||||||
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidxCore" }
|
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidxCore" }
|
||||||
|
|
||||||
# compose
|
# compose
|
||||||
@ -40,8 +36,6 @@ androidx-compose-material = { module = "androidx.compose.material3:material3", v
|
|||||||
androidx-glance-appwidget = { group = "androidx.glance", name = "glance-appwidget", version.ref = "glance" }
|
androidx-glance-appwidget = { group = "androidx.glance", name = "glance-appwidget", version.ref = "glance" }
|
||||||
androidx-glance-appwidget-preview = { group = "androidx.glance", name = "glance-appwidget-preview", version.ref = "glance" }
|
androidx-glance-appwidget-preview = { group = "androidx.glance", name = "glance-appwidget-preview", version.ref = "glance" }
|
||||||
androidx-glance-preview = { group = "androidx.glance", name = "glance-preview", version.ref = "glance" }
|
androidx-glance-preview = { group = "androidx.glance", name = "glance-preview", version.ref = "glance" }
|
||||||
androidx-navigation-runtime-ktx = { group = "androidx.navigation", name = "navigation-runtime-ktx", version.ref = "navigationRuntimeKtx" }
|
|
||||||
androidx-navigation-compose = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigationCompose" }
|
|
||||||
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerializationJson" }
|
||||||
|
|
||||||
[bundles]
|
[bundles]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user