Merged
Conversation
- added tests for android sdks 28 and 36 - remove duplicate dependency - disable not working tests - bump kotlin 2.2.21 - bump android gradle 8.13.2 and several androidx dependencies - add latest dexter android-16.0.0_r4 - remove idea plugin - added gradle configuration-cache
bump junit jupiter 5.14.1 Signed-off-by: Jeremy Grunert <jgrnrt@gmail.com>
- remove avd cache - rename jobs - bump actions - add gradle_api - fix junit report for android tests - add jdk 25, reduce kotlin version count
Contributor
Author
|
I've incorporated the JUnit Platform fix from my other PR and made several updates to the Gradle workflow: Renamed some jobs for better clarity The AVD cache had to be disabled because running the emulator with caching enabled across multiple jobs causes them to hang (see ReactiveCircus/android-emulator-runner#362). Performance impact: With cache: ~6 minutes per job Given the stability issues with parallel jobs, I believe the 2-4 minute increase in build time per job is an acceptable trade-off for reliability. |
Raibaz
reviewed
Dec 14, 2025
- remove unused dokka constant, - add informational comments Signed-off-by: Jeremy Grunert <jgrnrt@gmail.com>
- add minsdk 26 and 28 for some tests - add more android sdks to gradle workflow - remove jdk 19 from gradle workflow Signed-off-by: Jeremy Grunert <jgrnrt@gmail.com>
Signed-off-by: Jeremy Grunert <jgrnrt@gmail.com>
Contributor
Author
|
Added MinSdk JUnit Rule to exclude unsupported feature tests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since I haven't found a solution for PR #1448 . I wanted to push some small changes and get all tests running again. (besides the disabled ones)