File tree 5 files changed +28
-6
lines changed
samples/repo-search/ios-uikit
5 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ 3.1.1-0.2.0]
6
+
5
7
### Breaking
6
8
7
9
- [ paging-runtime-uikit] ` paging-runtime ` renamed to ` paging-runtime-uikit ` (https://github.com/cashapp/multiplatform-paging/issues/8 ).
8
10
9
11
### Fixed
10
12
13
+ - [ paging-common] Type alias ` app.cash.paging.ExperimentalPagingApi ` to ` androidx.paging.ExperimentalPagingApi ` (https://github.com/cashapp/multiplatform-paging/issues/6 )
11
14
- [ paging-common] Expose RemoteMediator's public constructor (https://github.com/cashapp/multiplatform-paging/pull/46 )
12
15
13
16
## [ 3.1.1-0.1.1] - 2022-11-08
Original file line number Diff line number Diff line change @@ -112,19 +112,19 @@ The versioning scheme is of the form `X-Y` where:
112
112
- ` X ` is the AndroidX Paging version that is being tracked.
113
113
- ` Y ` is the Multiplatform Paging version.
114
114
115
- For example, if AndroidX Paging is on ` 3.1.1 ` and Multiplatform Paging is on ` 0.1.1 ` ,
116
- the artifact for a release of ` paging-common ` will be ` app.cash.paging:paging-common:3.1.1-0.1.1 ` .
115
+ For example, if AndroidX Paging is on ` 3.1.1 ` and Multiplatform Paging is on ` 0.2.0 ` ,
116
+ the artifact for a release of ` paging-common ` will be ` app.cash.paging:paging-common:3.1.1-0.2.0 ` .
117
117
118
118
### ` paging-common ` for common
119
119
120
120
``` kotlin
121
- implementation(" app.cash.paging:paging-common:3.1.1-0.1.1 " )
121
+ implementation(" app.cash.paging:paging-common:3.1.1-0.2.0 " )
122
122
```
123
123
124
124
### ` paging-runtime-uikit ` for iOS
125
125
126
126
``` kotlin
127
- implementation(" app.cash.paging:paging-runtime-uikit:3.1.1-0.1.1 " )
127
+ implementation(" app.cash.paging:paging-runtime-uikit:3.1.1-0.2.0 " )
128
128
```
129
129
130
130
### Android
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ plugins {
10
10
11
11
allprojects {
12
12
group = " app.cash.paging"
13
- version = " ${rootProject.libs.versions.androidx.paging.get()} -0.2.0-SNAPSHOT "
13
+ version = " ${rootProject.libs.versions.androidx.paging.get()} -0.2.0"
14
14
15
15
repositories {
16
16
mavenCentral()
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
9
9
:path: "../shared"
10
10
11
11
SPEC CHECKSUMS:
12
- shared: ac0399af8e8c61a9283520455ae8eb6b876afd3e
12
+ shared: fb95f87b0a7a9b74a2dd424603788250e02ee449
13
13
14
14
PODFILE CHECKSUM: b55170ece4a21dfab6296cdd188729608bcbcda5
15
15
Original file line number Diff line number Diff line change 106
106
D2A5F1FC1F4A9144005CD714 /* Sources */,
107
107
D2A5F1FD1F4A9144005CD714 /* Frameworks */,
108
108
D2A5F1FE1F4A9144005CD714 /* Resources */,
109
+ 3B473D9F3BC1F50400612209 /* [CP] Embed Pods Frameworks */,
109
110
);
110
111
buildRules = (
111
112
);
163
164
/* End PBXResourcesBuildPhase section */
164
165
165
166
/* Begin PBXShellScriptBuildPhase section */
167
+ 3B473D9F3BC1F50400612209 /* [CP] Embed Pods Frameworks */ = {
168
+ isa = PBXShellScriptBuildPhase;
169
+ buildActionMask = 2147483647;
170
+ files = (
171
+ );
172
+ inputPaths = (
173
+ "${PODS_ROOT}/Target Support Files/Pods-RepoSearch/Pods-RepoSearch-frameworks.sh",
174
+ "${PODS_ROOT}/../../shared/build/cocoapods/framework/shared.framework",
175
+ );
176
+ name = "[CP] Embed Pods Frameworks";
177
+ outputPaths = (
178
+ "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/shared.framework",
179
+ );
180
+ runOnlyForDeploymentPostprocessing = 0;
181
+ shellPath = /bin/sh;
182
+ shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-RepoSearch/Pods-RepoSearch-frameworks.sh\"\n";
183
+ showEnvVarsInLog = 0;
184
+ };
166
185
C0CC9D2A2575D3B3002DD3E0 /* SwiftLint */ = {
167
186
isa = PBXShellScriptBuildPhase;
168
187
buildActionMask = 2147483647;
You can’t perform that action at this time.
0 commit comments