feat(mobile): platform thumbnail api (#20910)

This commit is contained in:
Mert
2025-08-19 12:48:35 -04:00
committed by GitHub
parent 60a809d7b4
commit abc7bfa0ba
19 changed files with 1356 additions and 7 deletions
+6
View File
@@ -83,6 +83,12 @@ android {
}
}
namespace 'app.alextran.immich'
externalNativeBuild {
cmake {
path "CMakeLists.txt"
}
}
}
flutter {