Skip to content

chore: Android 37 - #3057

Open
baillyjamy wants to merge 6 commits into
mainfrom
chore/android-37
Open

chore: Android 37#3057
baillyjamy wants to merge 6 commits into
mainfrom
chore/android-37

Conversation

@baillyjamy

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI balanced review requested due to automatic review settings September 1, 2026 13:01

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the project for Android 37 and newer Gradle/Kotlin tooling.

Changes:

  • Raises compile SDK to 37, target SDK to 36, and Gradle to 9.7.1.
  • Migrates modules to built-in Kotlin support and updates dependencies.
  • Makes unsnoozing return its result asynchronously.

Reviewed changes

Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
build.gradle.kts Updates SDK levels and Kotlin classpath.
app/build.gradle.kts Separates target SDK and modernizes build configuration.
EmojiComponents/build.gradle.kts Removes the Kotlin Android plugin.
HtmlCleaner/build.gradle.kts Enables strict JSpecify handling.
ActionsViewModel.kt Returns the unsnooze operation result.
gradle/libs.versions.toml Updates libraries and adds JSpecify.
gradle/wrapper/gradle-wrapper.properties Upgrades Gradle to 9.7.1.
gradle.properties Updates resource-ID and OldKotlin settings.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.


dependencies {
api(libs.jsoup)
implementation(libs.jspecify)
@sonarqubecloud

sonarqubecloud Bot commented Sep 1, 2026

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants