Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/external/leveldb.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ if(TARGET leveldb)
return()
endif()

set(version e0d5f83a4f80060fe5b5d80025f0ad049bca430e)
set(version 1.23)

ExternalProject_Add(
leveldb
Expand Down
5 changes: 5 additions & 0 deletions release_build_files/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,11 @@ workflow use only during the development of your app, not for publicly shipping
code.

## Release Notes
### Upcoming Release
- Changes
- Firestore/Database (Desktop): Upgrade LevelDb dependency to 1.23
([#886](https://github.com/firebase/firebase-cpp-sdk/pull/886)).

### 8.10.0
- Changes
- General (iOS): Fixed additional issues on iOS 15 caused by early
Expand Down