File tree Expand file tree Collapse file tree
metadata/en-US/changelogs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ android {
2222 applicationId = " dev.randombits.intervaltimer"
2323 minSdk = 24
2424 targetSdk = 34
25- versionCode = 9
26- versionName = " 1.0.9 "
25+ versionCode = 10
26+ versionName = " 1.1.0 "
2727
2828 vectorDrawables {
2929 useSupportLibrary = true
@@ -70,7 +70,7 @@ android {
7070 compose = true
7171 }
7272 composeOptions {
73- kotlinCompilerExtensionVersion = " 1.4.3 "
73+ kotlinCompilerExtensionVersion = " 1.5.14 "
7474 }
7575 packaging {
7676 resources {
@@ -80,7 +80,7 @@ android {
8080}
8181
8282dependencies {
83- implementation(" androidx.activity:activity-compose:1.7.0 " )
84- implementation(" androidx.appcompat:appcompat:1.6.1 " )
83+ implementation(" androidx.activity:activity-compose:1.9.1 " )
84+ implementation(" androidx.appcompat:appcompat:1.7.0 " )
8585 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
8686}
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22plugins {
33 id(" com.android.application" ) version " 8.2.0" apply false
4- id(" org.jetbrains.kotlin.android" ) version " 1.8.10 " apply false
4+ id(" org.jetbrains.kotlin.android" ) version " 1.9.24 " apply false
55}
Original file line number Diff line number Diff line change 1+ Support system theme (dark/light)
Load diff This file was deleted.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ android {
3636 compose = true
3737 }
3838 composeOptions {
39- kotlinCompilerExtensionVersion = " 1.5.1 "
39+ kotlinCompilerExtensionVersion = " 1.5.14 "
4040 }
4141 packaging {
4242 resources {
@@ -47,9 +47,9 @@ android {
4747
4848dependencies {
4949
50- implementation(" androidx.core:core-ktx:1.10 .1" )
50+ implementation(" androidx.core:core-ktx:1.13 .1" )
5151 implementation(" androidx.leanback:leanback:1.0.0" )
52- implementation(" androidx.activity:activity-compose:1.7.0 " )
53- implementation(" androidx.appcompat:appcompat:1.6.1 " )
52+ implementation(" androidx.activity:activity-compose:1.9.1 " )
53+ implementation(" androidx.appcompat:appcompat:1.7.0 " )
5454 implementation(" androidx.constraintlayout:constraintlayout:2.1.4" )
5555}
You can’t perform that action at this time.
0 commit comments