File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -119,8 +119,7 @@ jobs:
119119 emulator-options : -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
120120 disable-animations : true
121121 script : |
122- adb uninstall "com.bumble.appyx.core.test"
123- adb uninstall "com.bumble.appyx.interop.ribs.test"
122+ 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
124123 adb logcat > logcat.out &
125124 ./gradlew connectedCheck
126125 - name : Upload failed instrumentation artifacts
Original file line number Diff line number Diff line change 22
33## Pending changes
44
5+ ---
6+
7+ ## 1.6.0-alpha01
8+
59- [ #701 ] ( https://github.com/bumble-tech/appyx/pull/701 ) – ** Added** : Shared element transition and movable content support
610
11+ <div style =" text-align : center " ><small >08 May 2024</small ></div >
12+
713---
814
915## 1.5.0
Original file line number Diff line number Diff line change @@ -3,5 +3,5 @@ org.gradle.caching=true
33org.gradle.parallel =true
44android.useAndroidX =true
55kotlin.code.style =official
6- library.version =1.5.0
6+ library.version =1.6.0-alpha01
77android.experimental.lint.version =8.4.0-rc02
You can’t perform that action at this time.
0 commit comments