Skip to content

Commit d24ef49

Browse files
authored
Merge pull request #1774 from google/ben/release1.7
Release 0.35.1-alpha
2 parents 4bafb06 + 7b3c66a commit d24ef49

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: release/signing-cleanup.sh
7474

7575
test:
76-
runs-on: macos-latest
76+
runs-on: ubuntu-latest
7777
needs: build
7878
timeout-minutes: 70
7979

gradle.properties

+1-1
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.1-SNAPSHOT
36+
VERSION_NAME=0.35.1-alpha
3737

3838
POM_DESCRIPTION=Utilities for Jetpack Compose
3939

0 commit comments

Comments
 (0)