Skip to content

Commit 9ff2aa3

Browse files
committed
Version bumps
1 parent a50a713 commit 9ff2aa3

File tree

5 files changed

+12
-14
lines changed

5 files changed

+12
-14
lines changed

.idea/gradle.xml

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ android {
4848

4949
dependencies {
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'

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
buildscript {
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

88
plugins {
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=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
33
distributionPath=wrapper/dists
44
zipStorePath=wrapper/dists
55
zipStoreBase=GRADLE_USER_HOME

heart-switch/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)