Skip to content

Commit

Permalink
Update version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cheonjaeung committed Jan 6, 2024
1 parent 38fffad commit ca33da1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased
## 1.2.0

_2024.01.06_

### Added

Expand All @@ -19,6 +21,13 @@
or just `io.woong.compose.grid:grid`. If you already add dependency as `io.woong.compose.grid:grid`,
you can ignore it.

### Compose Dependencies

There is no dependency changes since previous version.

- Android: Jetpack Compose 1.5.0
- Multiplatform: Compose Multiplatform 1.5.2

## 1.1.0

_2023.12.09_
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

allprojects {
group = "io.woong.compose.grid"
version = "1.1.0"
version = "1.2.0"

repositories {
maven {
Expand Down
2 changes: 2 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The following table shows Compose versions which each library version depends on

| GridLayout Version | Compose Version (Android) | Compose Version (Multiplatform) |
|--------------------|---------------------------|---------------------------------|
| 1.2.0 | Jetpack Compose 1.5.0 | Compose Multiplatform 1.5.2 |
| 1.1.0 | Jetpack Compose 1.5.0 | Compose Multiplatform 1.5.2 |
| 1.0.0 | Jetpack Compose 1.5.0 | Compose Multiplatform 1.5.2 |
| 0.2.0 | Jetpack Compose 1.4.3 | Compose Multiplatform 1.4.1 |
Expand All @@ -40,6 +41,7 @@ It is recommended to use following target SDK version when using this library fo

| GridLayout Version | Android Target SDK | Android Minimum SDK |
|--------------------|--------------------|---------------------|
| 1.2.0 | Android 14 (34) | Lollipop (21) |
| 1.1.0 | Android 14 (34) | Lollipop (21) |
| 1.0.0 | Android 14 (34) | Lollipop (21) |
| 0.2.0 | Android 13 (33) | Lollipop (21) |
Expand Down

0 comments on commit ca33da1

Please sign in to comment.