File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 Takes about three minutes on an M3 Macbook Pro.
1818 (Note we exclude benchmarks, but you can check those too!)
1919 ``` bash
20- ./gradlew build && ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-poetry:connectedDebugAndroidTest -x :samples:todo-android:app:connectedDebugAndroidTest -x :benchmarks:runtime-microbenchmark:connectedReleaseAndroidTest
20+ ./gradlew build && ./gradlew connectedCheck -x :benchmarks:dungeon-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-benchmark:connectedCheck -x :benchmarks:performance-poetry:complex-poetry:connectedDebugAndroidTest -x :samples:todo-android:app:connectedDebugAndroidTest -x :benchmarks:runtime-microbenchmark:connectedAndroidTest
2121 ```
2222 NOTE: If you have any unexpected errors in the build or tests and they are related to non-jvm
2323 targets you may need to update your XCode or other iOS tools. See note in the workflow-core and
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android.useAndroidX=true
88systemProp.org.gradle.internal.publish.checksums.insecure =true
99
1010GROUP =com.squareup.workflow1
11- VERSION_NAME =1.25.5 -SNAPSHOT
12- LAST_PUBLISHED_VERSION_NAME =1.25.4
11+ VERSION_NAME =1.26.1 -SNAPSHOT
12+ LAST_PUBLISHED_VERSION_NAME =1.26.0
1313
1414POM_DESCRIPTION =Square Workflow
1515
You can’t perform that action at this time.
0 commit comments