Skip to content

Commit a476538

Browse files
committed
fix(sqlite): Fix abstract method error
1 parent b2ab4eb commit a476538

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Deduplicate battery breadcrumbs ([#4561](https://github.com/getsentry/sentry-java/pull/4561))
1313
- Remove unused method in ManifestMetadataReader ([#4585](https://github.com/getsentry/sentry-java/pull/4585))
1414
- Have single `NetworkCallback` registered at a time to reduce IPC calls ([#4562](https://github.com/getsentry/sentry-java/pull/4562))
15+
- Fix abstract method error in `SentrySupportSQLiteDatabase` ([#4596](https://github.com/getsentry/sentry-java/pull/4596))
1516

1617
## 8.18.0
1718

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-commo
7979
androidx-lifecycle-process = { module = "androidx.lifecycle:lifecycle-process", version.ref = "androidxLifecycle" }
8080
androidx-navigation-runtime = { module = "androidx.navigation:navigation-runtime", version.ref = "androidxNavigation" }
8181
androidx-navigation-compose = { module = "androidx.navigation:navigation-compose", version.ref = "androidxNavigation" }
82-
androidx-sqlite = { module = "androidx.sqlite:sqlite", version = "2.3.1" }
82+
androidx-sqlite = { module = "androidx.sqlite:sqlite", version = "2.5.2" }
8383
androidx-recyclerview = { module = "androidx.recyclerview:recyclerview", version = "1.2.1" }
8484
coil-compose = { module = "io.coil-kt:coil-compose", version = "2.6.0" }
8585
commons-compress = {module = "org.apache.commons:commons-compress", version = "1.25.0"}

0 commit comments

Comments
 (0)