Skip to content

fix(release): update Android build tooling#10

Merged
ganzvu merged 1 commit into
mainfrom
feature/samsung-routine-bluetooth-autostart
Jun 2, 2026
Merged

fix(release): update Android build tooling#10
ganzvu merged 1 commit into
mainfrom
feature/samsung-routine-bluetooth-autostart

Conversation

@ganzvu

@ganzvu ganzvu commented Jun 2, 2026

Copy link
Copy Markdown
Owner

No description provided.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings June 2, 2026 00:38
@ganzvu ganzvu merged commit 82d8a0d into main Jun 2, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Updates Android build tooling and key Android dependencies to newer versions, aiming to keep the project aligned with current Gradle/AGP and library releases.

Changes:

  • Bump Gradle wrapper from 8.10 to 8.13.
  • Bump Android Gradle Plugin (com.android.application) from 8.6.1 to 8.13.2.
  • Update runtime dependencies: CameraX to 1.4.2 and MediaPipe Tasks Vision to 0.10.35.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
gradle/wrapper/gradle-wrapper.properties Updates the Gradle wrapper distribution to 8.13.
build.gradle.kts Updates the Android Gradle Plugin version used by modules.
app/build.gradle.kts Updates CameraX + MediaPipe dependency versions.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread app/build.gradle.kts
Comment on lines +92 to 96
val camerax_version = "1.4.2"
implementation("androidx.camera:camera-core:${camerax_version}")
implementation("androidx.camera:camera-camera2:${camerax_version}")
implementation("androidx.camera:camera-lifecycle:${camerax_version}")
implementation("androidx.camera:camera-view:${camerax_version}")
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