Skip to content

Commit c9159f1

Browse files
committed
Deps: Update sentry plugin to 5.8.0
Release Notes: https://github.com/getsentry/ sentry-android-gradle-plugin/releases/tag/5.8.0 FYI: This update makes this library fully 16 KB page size compatible. ------------------------------------------------------------------------ As part of this e7afdf5 change, I forgot to also update the 'Sentry' plugin, which is actually required to make Sentry fully 16 KB page size compatible. I noticed that when I manually updated Gradle to 8.14.3 and AGP 8.11.1 to double check the 'Aligned16KB' rule, which still showed 'Sentry' on the list of non-compatible libraries (AINFRA-994).
1 parent 42d907a commit c9159f1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Simplenote/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ android {
7373

7474
buildscript {
7575
dependencies {
76-
classpath 'io.sentry:sentry-android-gradle-plugin:3.5.0'
76+
classpath "io.sentry:sentry-android-gradle-plugin:$sentryVersion"
7777
}
7878

7979
repositories {

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ def gitVersion() {
6565
}
6666

6767
ext {
68+
sentryVersion = '5.8.0'
69+
6870
automatticTracksVersion = '6.0.4'
6971
androidxLifecycleVersion = '2.5.1'
7072
}

0 commit comments

Comments
 (0)