Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nienow committed Aug 20, 2024
1 parent 398f60a commit 6f484bf
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ android {
applicationId = "dev.randombits.intervaltimer"
minSdk = 24
targetSdk = 34
versionCode = 9
versionName = "1.0.9"
versionCode = 10
versionName = "1.1.0"

vectorDrawables {
useSupportLibrary = true
Expand Down Expand Up @@ -70,7 +70,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.3"
kotlinCompilerExtensionVersion = "1.5.14"
}
packaging {
resources {
Expand All @@ -80,7 +80,7 @@ android {
}

dependencies {
implementation("androidx.activity:activity-compose:1.7.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.activity:activity-compose:1.9.1")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
}
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.2.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.10" apply false
id("org.jetbrains.kotlin.android") version "1.9.24" apply false
}
1 change: 1 addition & 0 deletions metadata/en-US/changelogs/10.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Support system theme (dark/light)
1 change: 0 additions & 1 deletion metadata/en-US/changelogs/9.txt

This file was deleted.

8 changes: 4 additions & 4 deletions tv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.1"
kotlinCompilerExtensionVersion = "1.5.14"
}
packaging {
resources {
Expand All @@ -47,9 +47,9 @@ android {

dependencies {

implementation("androidx.core:core-ktx:1.10.1")
implementation("androidx.core:core-ktx:1.13.1")
implementation("androidx.leanback:leanback:1.0.0")
implementation("androidx.activity:activity-compose:1.7.0")
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.activity:activity-compose:1.9.1")
implementation("androidx.appcompat:appcompat:1.7.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
}

0 comments on commit 6f484bf

Please sign in to comment.