Develop#8
Merged
Merged
Conversation
Modifies the `android-ci.yml` workflow to trigger only on pushes to the `develop` branch, removing `master`.
Updates various dependencies to their newer versions: * Gradle Wrapper from 9.2.1 to 9.3.1 * Kotlin from 2.2.21 to 2.3.10 * JUnit Jupiter from 6.0.1 to 6.0.2 * Compose BOM from 2025.12.00 to 2026.02.00 * `activity-compose` from 1.12.1 to 1.12.4 * `mannodermaus` (android-junit5) plugin from 1.14.0.0 to 2.0.1 Additionally, removes unused `kotlin-android` and `android-coveralls` plugin definitions.
Updates various dependencies to their newer versions: * Gradle Wrapper from 9.2.1 to 9.3.1 * Kotlin from 2.2.21 to 2.3.10 * JUnit Jupiter from 6.0.1 to 6.0.2 * Compose BOM from 2025.12.00 to 2026.02.00 * `activity-compose` from 1.12.1 to 1.12.4 * `mannodermaus` (android-junit5) plugin from 1.14.0.0 to 2.0.1 Additionally, removes unused `kotlin-android` and `android-coveralls` plugin definitions.
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.
This pull request updates the project's build system and dependencies to use newer versions, removes JaCoCo and Coveralls integration, and migrates to Java 17 and Kotlin 2.3.10 across modules. The changes modernize the build setup, improve compatibility, and introduce Maven publishing for the library module.
Build system and dependency upgrades:
appandLibrarymodules. [1] [2] [3]Build and plugin configuration changes:
Librarymodule, discontinuing code coverage reporting integration. [1] [2] [3]Librarymodule, enabling publishing artifacts to a Maven repository. [1] [2]Minor improvements:
testInstrumentationRunnerArgumentsare set.