Skip to content

Commit 21b1e34

Browse files
authored
Merge pull request #1790 from google/ben/stable17
Upgrade to Compose 1.7 stable
2 parents 3b40d2b + 232badb commit 21b1e34

File tree

6 files changed

+7
-99
lines changed

6 files changed

+7
-99
lines changed

.github/workflows/build-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
- name: Upload test results
6666
if: always()
67-
uses: actions/upload-artifact@v2
67+
uses: actions/upload-artifact@v4
6868
with:
6969
name: test-results-robolectric
7070
path: |

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
- name: Upload test results
6363
if: always()
64-
uses: actions/upload-artifact@v2
64+
uses: actions/upload-artifact@v4
6565
with:
6666
name: test-results-robolectric
6767
path: |
@@ -151,14 +151,14 @@ jobs:
151151

152152
- name: Upload logs
153153
if: always()
154-
uses: actions/upload-artifact@v2
154+
uses: actions/upload-artifact@v4
155155
with:
156156
name: logs-${{ matrix.api-level }}-${{ steps.determine-target.outputs.TARGET }}-${{ matrix.shard }}
157157
path: logcat.txt
158158

159159
- name: Upload test results
160160
if: always()
161-
uses: actions/upload-artifact@v2
161+
uses: actions/upload-artifact@v4
162162
with:
163163
name: test-results-${{ matrix.api-level }}-${{ steps.determine-target.outputs.TARGET }}-${{ matrix.shard }}
164164
path: |

.github/workflows/device-tests.yml

Lines changed: 0 additions & 92 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Each [release](https://github.com/google/accompanist/releases) outlines what ver
3333
<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>
3434
</tr>
3535
<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>
3737
</tr>
3838
</table>
3939

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
3333

3434
GROUP=com.google.accompanist
3535
# !! 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
3737

3838
POM_DESCRIPTION=Utilities for Jetpack Compose
3939

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22

3-
compose = "1.7.0-beta07"
3+
compose = "1.7.0"
44
composeCompiler = "1.5.8"
55
composeMaterial3 = "1.0.1"
66
composesnapshot = "-" # a single character = no snapshot

0 commit comments

Comments
 (0)