mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
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:
parent
d456d35510
commit
b36de7d7d4
21 changed files with 69 additions and 56 deletions
2
mobile/lib/entities/backup_album.entity.g.dart
generated
2
mobile/lib/entities/backup_album.entity.g.dart
generated
|
|
@ -45,7 +45,7 @@ const BackupAlbumSchema = CollectionSchema(
|
|||
getId: _backupAlbumGetId,
|
||||
getLinks: _backupAlbumGetLinks,
|
||||
attach: _backupAlbumAttach,
|
||||
version: '3.1.0+1',
|
||||
version: '3.1.8',
|
||||
);
|
||||
|
||||
int _backupAlbumEstimateSize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue