Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import org.jetbrains.kotlin.gradle.dsl.JvmTarget

plugins {
alias(libs.plugins.kotlin.android)
alias(libs.plugins.android.application)
alias(libs.plugins.kotlinx.serialization)
alias(libs.plugins.ksp)
Expand Down Expand Up @@ -41,15 +40,13 @@ dependencies {
}

kotlin {
target {
compilerOptions {
jvmTarget.set(JvmTarget.JVM_11)
}
compilerOptions {
jvmTarget.set(JvmTarget.JVM_11)
}
}

android {
compileSdk = 36
compileSdk = 37

buildFeatures {
aidl = true
Expand Down
9,717 changes: 2,533 additions & 7,184 deletions app/src/release/generated/baselineProfiles/baseline-prof.txt

Large diffs are not rendered by default.

9,717 changes: 2,533 additions & 7,184 deletions app/src/release/generated/baselineProfiles/startup-prof.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion baselineProfile/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

android {
namespace = "info.anodsplace.carwidget.baselineprofile"
compileSdk = 36
compileSdk = 37
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand Down
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id("com.github.ben-manes.versions") version "0.53.0"
id("com.github.ben-manes.versions") version "0.54.0"
alias(libs.plugins.android.application) apply false
alias(libs.plugins.kotlin.android) apply false
alias(libs.plugins.kotlin.multiplatform) apply false
alias(libs.plugins.kotlin.multiplatform.android.library) apply false
alias(libs.plugins.kotlinx.serialization) apply false
Expand Down
4 changes: 2 additions & 2 deletions compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.carwidget"
compileSdk = 36
compileSdk = 37
minSdk = 31
androidResources {
enable = true
Expand Down
4 changes: 2 additions & 2 deletions content/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ plugins {

kotlin {

androidLibrary {
compileSdk = 36
android {
compileSdk = 37
minSdk = 31
namespace = "info.anodsplace.carwidget.content"

Expand Down
45 changes: 22 additions & 23 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,44 +1,44 @@
[versions]
agp = "8.13.2"
agp = "9.3.0"
acra = "5.13.1"
accompanist-drawablepainter = "0.37.3"
auto-service-ksp= "1.2.0"
auto-service = "1.1.1"
auto-service-annotations = "1.1.1"
activity-compose = "1.12.2"
activity-compose = "1.13.0"
appcompat = "1.7.1"
capturable = "3.0.1"
core-ktx = "1.17.0"
coil = "3.3.0"
collection-ktx = "1.5.0"
compose-bom = "2026.01.00"
core-ktx = "1.19.0"
coil = "3.5.0"
collection-ktx = "1.6.0"
compose-bom = "2026.06.01"
compose-material3 = "1.4.0"
compose-material-icons = "1.7.8"
core-splashscreen = "1.2.0"
coroutines = "1.10.2"
kotlin = "2.3.0"
kotlinx-collections-immutable = "0.4.0"
kotlinx-datetime = "0.7.1"
kotlinx-serialization = "1.10.0"
koin = "4.2.0-beta4"
ksp = "2.3.4"
lifecycle = "2.10.0"
material = "1.13.0"
play-services-location = "21.3.0"
coroutines = "1.11.0"
kotlin = "2.4.10"
kotlinx-collections-immutable = "0.5.1"
kotlinx-datetime = "0.8.0"
kotlinx-serialization = "1.11.0"
koin = "4.2.2"
ksp = "2.3.10"
lifecycle = "2.11.0"
material = "1.14.0"
play-services-location = "21.4.0"
Comment thread
anod marked this conversation as resolved.
preference-ktx = "1.2.1"
sqldelight = "2.2.1"
sqldelight = "2.3.2"
junit = "1.3.0"
espresso-core = "3.7.0"
uiautomator = "2.3.0"
benchmark = "1.5.0-alpha01"
uiautomator = "2.4.0"
benchmark = "1.5.0-alpha07"
profileinstaller = "1.4.1"
window = "1.5.1"
palette = "1.0.0"
annotation = "1.9.1"
annotation = "1.10.0"
robolectric = "4.16.1"
androidx-test-core = "1.7.0"
nav3Core = "1.0.0"
lifecycleViewmodelNav3 = "2.10.0"
nav3Core = "1.1.4"
lifecycleViewmodelNav3 = "2.11.0"

[libraries]
acra-limiter = { module = "ch.acra:acra-limiter", version.ref = "acra" }
Expand Down Expand Up @@ -96,7 +96,6 @@ androidx-lifecycle-viewmodel-navigation3 = { module = "androidx.lifecycle:lifecy
[plugins]
sqldelight = { id = "app.cash.sqldelight", version.ref = "sqldelight" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }
kotlinx-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions iconpack/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.carwidget.iconpack"
compileSdk = 36
compileSdk = 37
minSdk = 31
androidResources {
enable = true
Expand Down
4 changes: 2 additions & 2 deletions skins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
}

kotlin {
androidLibrary {
android {
namespace = "info.anodsplace.carwidget.skin"
compileSdk = 36
compileSdk = 37
minSdk = 31
androidResources {
enable = true
Expand Down