Update/deps and toolchain#296
Open
PrivateBasicsApp wants to merge 3 commits into
Open
Conversation
PrivateBasicsApp
commented
Jul 18, 2026
- JCenter is shut down and no longer serves the Kotlin/AGP plugins, so resolve dependencies from Maven Central instead — this fixes the "Could not resolve kotlin-gradle-plugin" build failure. Also move to Gradle 8.7 / AGP 8.5.2, drop the unused Jetifier, and suppress the compileSdk 36 warning.
- Bump gson (→2.11.0), okhttp (→4.12.0), commons, and Material (off the 1.2.0 beta), plus appcompat/core/fragment/lifecycle and the test libraries to the newest versions still compatible with Kotlin 1.8. Guard a startActivity() intent that the fragment update turned non-null.
- Drop the mutable tourguide SNAPSHOT dependency together with ShowcaseBuilder and its four tooltip call sites. Define the White color locally, since it was previously provided by tourguide's bundled resources.
- Request POST_NOTIFICATIONS at runtime so notifications appear on Android 13+, remove the obsolete manifest package attribute (the namespace is set in Gradle), and mark the runtime-registered receiver as not-exported.
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.