We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4bafb06 + 7b3c66a commit d24ef49Copy full SHA for d24ef49
.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
73
run: release/signing-cleanup.sh
74
75
test:
76
- runs-on: macos-latest
+ runs-on: ubuntu-latest
77
needs: build
78
timeout-minutes: 70
79
gradle.properties
@@ -33,7 +33,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
33
34
GROUP=com.google.accompanist
35
# !! No longer need to update this manually when using a Compose SNAPSHOT
36
-VERSION_NAME=0.35.1-SNAPSHOT
+VERSION_NAME=0.35.1-alpha
37
38
POM_DESCRIPTION=Utilities for Jetpack Compose
39
0 commit comments