Skip to content

Commit 4130f9e

Browse files
committed
Prepare version 3.2.0-alpha05-0.2.1
1 parent b7a505c commit 4130f9e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
66
## [Unreleased]
77

8+
## [3.2.0-alpha05-0.2.1]
9+
810
### Added
911

1012
- [paging-common] Packaged version `3.2.0-alpha05` of AndroidX Paging's `paging-common` for Kotlin/Multiplatform.
@@ -16,3 +18,4 @@
1618
as the additional functions that `paging-runtime-composeui` provides (i.e., `items` and `itemsIndexed`) have [been deprecated upstream](https://developer.android.com/jetpack/androidx/releases/paging#1.0.0-alpha19).
1719

1820
[Unreleased]: https://github.com/cashapp/multiplatform-paging/compare/3.2.0-alpha05-0.2.1...main-3.2.0-alpha05
21+
[3.2.0-alpha05-0.2.1]: https://github.com/cashapp/multiplatform-paging/releases/tag/3.2.0-alpha05-0.2.1

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515

1616
allprojects {
1717
group = "app.cash.paging"
18-
version = "${rootProject.libs.versions.androidx.paging.get()}-0.3.0-SNAPSHOT"
18+
version = "${rootProject.libs.versions.androidx.paging.get()}-0.2.1"
1919

2020
repositories {
2121
mavenCentral()

0 commit comments

Comments
 (0)