Skip to content

[#127] Update dependencies to current stable versions#128

Open
ssawchenko wants to merge 5 commits into
mainfrom
ss/127_update_dependencies
Open

[#127] Update dependencies to current stable versions#128
ssawchenko wants to merge 5 commits into
mainfrom
ss/127_update_dependencies

Conversation

@ssawchenko

@ssawchenko ssawchenko commented Jun 10, 2026

Copy link
Copy Markdown
Collaborator

Issue #127

  • Bumped all dependencies to current stable: compileSdk/targetSdk 35, minSdk 23, AGP 8.13.2, Gradle 8.13, Kotlin 2.4.0, Sentry Android 8.43.1 / Gradle Plugin 6.10.0, and AndroidX libs
  • Fixed Sentry 8.x API compatibility: clearUserId() and SentryEvent extras assignment
  • Added CHANGELOG entry for v2.5

Test plan

image

🤖 Generated with Claude Code

ssawchenko and others added 4 commits June 10, 2026 11:46
- compileSdk 34 → 35, minSdk 21 → 23
- AGP 8.5.2 → 8.13.2, Gradle wrapper 8.7 → 8.13
- Kotlin 2.0.0 → 2.4.0 (switch to jvmToolchain in library module)
- Sentry 7.9.0 → 8.43.1, Sentry Gradle Plugin 4.5.1 → 6.10.0
- kotlinx-coroutines 1.9.0 → 1.11.0
- appcompat 1.7.0 → 1.7.1, constraintlayout 2.2.0 → 2.2.1, material 1.12.0 → 1.14.0

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- clearUserId: replace deprecated configureScope block with Sentry.setUser(null)
- SentryDestination: replace removed extras property assignment with setExtras()

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@ssawchenko ssawchenko changed the title Update dependencies to current stable versions (v2.5) [#127] Update dependencies to current stable versions (v2.5) Jun 10, 2026
@ssawchenko
ssawchenko requested a review from Copilot June 10, 2026 19:20
@ssawchenko ssawchenko linked an issue Jun 10, 2026 that may be closed by this pull request

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

This PR updates the project’s Android/Gradle/Kotlin and library dependencies to current stable versions, and adjusts Steamclog’s Sentry integration for Sentry Android SDK 8.x compatibility.

Changes:

  • Bumped build/tooling versions (compileSdk/targetSdk 35, minSdk 23, AGP/Gradle/Kotlin updates, Sentry SDK + plugin updates, AndroidX/library updates).
  • Updated Sentry usage to match 8.x APIs (clearUserId() and SentryEvent extras handling).
  • Added a v2.5 changelog entry.

Reviewed changes

Copilot reviewed 6 out of 7 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
steamclog/src/main/java/com/steamclock/steamclog/Steamclog.kt Updates user-clearing logic to the Sentry 8.x API.
steamclog/src/main/java/com/steamclock/steamclog/Destinations.kt Updates SentryEvent extras assignment to the Sentry 8.x API.
steamclog/build.gradle Raises minSdk to 23 and configures Kotlin toolchain for JDK 17.
gradle/wrapper/gradle-wrapper.properties Updates Gradle wrapper to 8.13.
CHANGELOG.md Adds v2.5 release notes entry.
build.gradle Updates compileSdk/Kotlin/AGP/Sentry version pins.
app/build.gradle Updates Sentry Gradle plugin version, raises minSdk, bumps sample app dependencies.

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

Comment thread CHANGELOG.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@ssawchenko
ssawchenko requested a review from munl June 10, 2026 19:27
@ssawchenko ssawchenko changed the title [#127] Update dependencies to current stable versions (v2.5) [#127] Update dependencies to current stable versions Jun 11, 2026

@munl munl left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

approved with 1 comment

Comment thread app/build.gradle
id 'kotlin-android'
// Provides auto-uploading of proguard mappings to Sentry
id 'io.sentry.android.gradle' version '4.5.1'
id 'io.sentry.android.gradle' version '6.10.0'

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

i noticed there is a version 6.14.0. jsut wondering why we're keeping it at 6.10.0 instead?

@munl munl assigned ssawchenko and unassigned munl Jul 3, 2026
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.

Update dependencies

3 participants