File tree Expand file tree Collapse file tree 5 files changed +12
-14
lines changed
Expand file tree Collapse file tree 5 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ android {
4848
4949dependencies {
5050 implementation project(' :heart-switch' )
51- implementation ' androidx.core:core-ktx:1.10.1 '
51+ implementation ' androidx.core:core-ktx:1.12.0 '
5252 implementation " androidx.compose.ui:ui:$compose_version "
5353 implementation " androidx.compose.material:material:$compose_version "
5454 implementation " androidx.compose.ui:ui-tooling-preview:$compose_version "
55- implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.6.1 '
56- implementation ' androidx.activity:activity-compose:1.7 .2'
55+ implementation ' androidx.lifecycle:lifecycle-runtime-ktx:2.7.0 '
56+ implementation ' androidx.activity:activity-compose:1.8 .2'
5757 debugImplementation " androidx.compose.ui:ui-tooling:$compose_version "
5858
5959 testImplementation ' junit:junit:4.13.2'
Original file line number Diff line number Diff line change 11buildscript {
22 ext {
3- compose_version = ' 1.5 .0'
4- compose_compiler_version = ' 1.5.1 '
3+ compose_version = ' 1.6 .0'
4+ compose_compiler_version = ' 1.5.8 '
55 }
66}
77
88plugins {
9- id ' com.android.application' version ' 8.1.0 ' apply false
10- id ' com.android.library' version ' 8.1.0 ' apply false
11- id ' org.jetbrains.kotlin.android' version ' 1.9.0 ' apply false
9+ id ' com.android.application' version ' 8.2.2 ' apply false
10+ id ' com.android.library' version ' 8.2.2 ' apply false
11+ id ' org.jetbrains.kotlin.android' version ' 1.9.22 ' apply false
1212 id ' org.jetbrains.kotlinx.binary-compatibility-validator' version ' 0.13.2' apply false
1313}
1414
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
2- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0 -bin.zip
2+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.2 -bin.zip
33distributionPath =wrapper/dists
44zipStorePath =wrapper/dists
55zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ android {
1010
1111 defaultConfig {
1212 minSdk 21
13- targetSdk 34
1413
1514 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1615 consumerProguardFiles " consumer-rules.pro"
@@ -59,7 +58,7 @@ afterEvaluate {
5958 from components. release
6059 groupId = ' com.popovanton0.heartswitch'
6160 artifactId = ' heart-switch'
62- version = ' 1.4 .0'
61+ version = ' 1.5 .0'
6362 }
6463 }
6564 }
You can’t perform that action at this time.
0 commit comments