You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Migrate to kotlin v2 compiler
also updates ksp and room to versions with support for k2
* Update compile sdk to API 36
* Run spotless
* Fix lint error
Error: Call requires API level 34 (current min is 26): java.util.stream.Stream#toList [NewApi]
.toList()
* Replace depracted toUpperCase() with uppercase()
* Increase timeout for github ci build
* Update ci actions to use jdk-21
* Update kokoro script and firebaseTestLab devices
* Set api-33 as the target sdk
0 commit comments