Skip to content

Commit

Permalink
chore(deps): update Android SDK to v6.34.0 (#525)
Browse files Browse the repository at this point in the history
* chore: update scripts/update-android.sh to 7.2.0

* Update CHANGELOG.md

* Update android/build.gradle

---------

Co-authored-by: GitHub <noreply@github.com>
Co-authored-by: LucasZF <lucas-zimerman1@hotmail.com>
  • Loading branch information
3 people authored Jan 16, 2024
1 parent 5d147f6 commit 3acf230
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
- Bump Cocoa SDK from v8.8.0 to v8.18.0 ([#526](https://github.com/getsentry/sentry-capacitor/pull/526))
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8180)
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.8.0...8.18.0)
- Bump Android SDK from v6.31.0 to v6.34.0 ([#525](https://github.com/getsentry/sentry-capacitor/pull/525))
- [changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md#6340)
- [diff](https://github.com/getsentry/sentry-java/compare/6.31.0...6.34.0)

## 0.15.0

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repositories {
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':capacitor-android')
implementation 'io.sentry:sentry-android:6.31.0'
implementation 'io.sentry:sentry-android:6.34.0'
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
Expand Down
Empty file modified scripts/update-android.sh
100644 → 100755
Empty file.

0 comments on commit 3acf230

Please sign in to comment.