Skip to content

Commit a015571

Browse files
chore: update scripts/update-android.sh to 8.41.0 (#1182)
Co-authored-by: GitHub <noreply@github.com>
1 parent 92188a5 commit a015571

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
- Change auto-install trigger for log4j2 from -api to -core dependency ([#1155](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1155))
88

9+
### Dependencies
10+
11+
- Bump Android SDK from v8.40.0 to v8.41.0 ([#1182](https://github.com/getsentry/sentry-android-gradle-plugin/pull/1182))
12+
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#8410)
13+
- [diff](https://github.com/getsentry/sentry-java/compare/8.40.0...8.41.0)
14+
915
## 6.6.0
1016

1117
### Dependencies

plugin-build/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.parallel=true
88
name = sentry-android-gradle-plugin
99
group = io.sentry
1010
version = 6.6.0
11-
sdk_version = 8.40.0
11+
sdk_version = 8.41.0
1212

1313
# publication pom properties
1414
POM_NAME=Sentry Android Gradle Plugin

0 commit comments

Comments
 (0)