File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ androidx-lifecycle-common-java8 = { module = "androidx.lifecycle:lifecycle-commo
7979androidx-lifecycle-process = { module = " androidx.lifecycle:lifecycle-process" , version.ref = " androidxLifecycle" }
8080androidx-navigation-runtime = { module = " androidx.navigation:navigation-runtime" , version.ref = " androidxNavigation" }
8181androidx-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 " }
8383androidx-recyclerview = { module = " androidx.recyclerview:recyclerview" , version = " 1.2.1" }
8484coil-compose = { module = " io.coil-kt:coil-compose" , version = " 2.6.0" }
8585commons-compress = {module = " org.apache.commons:commons-compress" , version = " 1.25.0" }
You can’t perform that action at this time.
0 commit comments