File tree Expand file tree Collapse file tree 6 files changed +7
-99
lines changed Expand file tree Collapse file tree 6 files changed +7
-99
lines changed Original file line number Diff line number Diff line change 64
64
65
65
- name : Upload test results
66
66
if : always()
67
- uses : actions/upload-artifact@v2
67
+ uses : actions/upload-artifact@v4
68
68
with :
69
69
name : test-results-robolectric
70
70
path : |
Original file line number Diff line number Diff line change 61
61
62
62
- name : Upload test results
63
63
if : always()
64
- uses : actions/upload-artifact@v2
64
+ uses : actions/upload-artifact@v4
65
65
with :
66
66
name : test-results-robolectric
67
67
path : |
@@ -151,14 +151,14 @@ jobs:
151
151
152
152
- name : Upload logs
153
153
if : always()
154
- uses : actions/upload-artifact@v2
154
+ uses : actions/upload-artifact@v4
155
155
with :
156
156
name : logs-${{ matrix.api-level }}-${{ steps.determine-target.outputs.TARGET }}-${{ matrix.shard }}
157
157
path : logcat.txt
158
158
159
159
- name : Upload test results
160
160
if : always()
161
- uses : actions/upload-artifact@v2
161
+ uses : actions/upload-artifact@v4
162
162
with :
163
163
name : test-results-${{ matrix.api-level }}-${{ steps.determine-target.outputs.TARGET }}-${{ matrix.shard }}
164
164
path : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Each [release](https://github.com/google/accompanist/releases) outlines what ver
33
33
<td >Compose UI 1.6 (1.6.x)</td ><td ><img alt =" Maven Central " src =" https://img.shields.io/maven-central/v/com.google.accompanist/accompanist-permissions?versionPrefix=0.34 " ></td >
34
34
</tr >
35
35
<tr >
36
- <td >Compose UI 1.7 (1.7.x)</td ><td ><img alt =" Maven Central " src =" https://img.shields.io/maven-central/v/com.google.accompanist/accompanist-permissions " ></td >
36
+ <td >Compose UI 1.7 & 1.8 (1.7.x)</td ><td ><img alt =" Maven Central " src =" https://img.shields.io/maven-central/v/com.google.accompanist/accompanist-permissions?versionPrefix=0.36 " ></td >
37
37
</tr >
38
38
</table >
39
39
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
33
33
34
34
GROUP =com.google.accompanist
35
35
# !! No longer need to update this manually when using a Compose SNAPSHOT
36
- VERSION_NAME =0.35.3-SNAPSHOT
36
+ VERSION_NAME =0.36.0
37
37
38
38
POM_DESCRIPTION =Utilities for Jetpack Compose
39
39
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
3
- compose = " 1.7.0-beta07 "
3
+ compose = " 1.7.0"
4
4
composeCompiler = " 1.5.8"
5
5
composeMaterial3 = " 1.0.1"
6
6
composesnapshot = " -" # a single character = no snapshot
You can’t perform that action at this time.
0 commit comments