chore(mobile): upgrade gradle (#13901)

* chore(mobile): upgrade gradle

* update photo_manager

* migrate from kapt to ksp

pumps kotlin and other dependency version to fix build issues

* increase java heap size

---------

Co-authored-by: shenlong-tanwen <139912620+shalong-tanwen@users.noreply.github.com>
This commit is contained in:
Alex 2024-11-05 10:34:24 -06:00 committed by GitHub
parent d456d35510
commit b36de7d7d4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 69 additions and 56 deletions

View file

@ -1,5 +1,5 @@
allprojects {
ext.kotlin_version = '1.9.24'
ext.kotlin_version = '2.0.20'
repositories {
google()