Skip to content

Commit 96aeb0b

Browse files
committed
Compose version updated to 1.2.0
1 parent 0b031d8 commit 96aeb0b

File tree

5 files changed

+8
-9
lines changed

5 files changed

+8
-9
lines changed

.idea/gradle.xml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
[![Release](https://jitpack.io/v/popovanton0/heart-switch.svg)](https://jitpack.io/#popovanton0/heart-switch)
1313
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
14-
[![Compatible with Compose — 1.1.1](https://img.shields.io/badge/Compatible%20with%20Compose-1.1.1-brightgreen)](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.1.1)
14+
[![Compatible with Compose — 1.2.0](https://img.shields.io/badge/Compatible%20with%20Compose-1.2.0-brightgreen)](https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.2.0)
1515

1616
Add the following code to your project's _root_ `build.gradle` file:
1717

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.1.1'
3+
compose_version = '1.2.0'
44
}
55
}
66

77
plugins {
8-
id 'com.android.application' version '7.1.1' apply false
9-
id 'com.android.library' version '7.1.1' apply false
10-
id 'org.jetbrains.kotlin.android' version '1.6.10' apply false
11-
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.8.0' apply false
8+
id 'com.android.application' version '7.2.1' apply false
9+
id 'com.android.library' version '7.2.1' apply false
10+
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
11+
id 'org.jetbrains.kotlinx.binary-compatibility-validator' version '0.11.0' apply false
1212
}
1313

1414
task clean(type: Delete) {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Wed Feb 23 20:01:26 MSK 2022
22
distributionBase=GRADLE_USER_HOME
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
44
distributionPath=wrapper/dists
55
zipStorePath=wrapper/dists
66
zipStoreBase=GRADLE_USER_HOME

heart-switch/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ afterEvaluate {
5858
from components.release
5959
groupId = 'com.popovanton0.heartswitch'
6060
artifactId = 'heart-switch'
61-
version = '1.0.0'
61+
version = '1.1.0'
6262
}
6363
}
6464
}

0 commit comments

Comments
 (0)