Skip to content

Commit

Permalink
Merge pull request #703 from KovalevAndrey/1.6.0-alpha-release
Browse files Browse the repository at this point in the history
Release 1.6.0-alpha01
  • Loading branch information
KovalevAndrey authored May 9, 2024
2 parents 98fc34b + 2e57ffb commit 04688f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ jobs:
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: |
adb uninstall "com.bumble.appyx.core.test"
adb uninstall "com.bumble.appyx.interop.ribs.test"
adb shell pm list packages -3 | cut -f 2 -d ":" | while read package; do if [ "$package" = "com.bumble.appyx.sample.navigation.compose.test" ] || [ "$package" = "com.bumble.appyx.core.test" ] || [ "$package" = "com.bumble.appyx.interop.ribs.test" ]; then adb uninstall $package; fi; done
adb logcat > logcat.out &
./gradlew connectedCheck
- name: Upload failed instrumentation artifacts
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

## Pending changes

---

## 1.6.0-alpha01

- [#701](https://github.com/bumble-tech/appyx/pull/701)**Added**: Shared element transition and movable content support

<div style="text-align: center"><small>08 May 2024</small></div>

---

## 1.5.0
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ org.gradle.caching=true
org.gradle.parallel=true
android.useAndroidX=true
kotlin.code.style=official
library.version=1.5.0
library.version=1.6.0-alpha01
android.experimental.lint.version=8.4.0-rc02

0 comments on commit 04688f1

Please sign in to comment.