Lucas Jacques

Results 46 comments of Lucas Jacques

Only changes were updating Android Studio and the build tools to the latest version, and adding the ffmpeg-kit dependency. Could these have something to do with that?

> > Only changes were updating Android Studio and the build tools to the latest version, and adding the ffmpeg-kit dependency. Could these have something to do with that? >...

> I keep rebuilding... > > reading https://github.com/obfusk/reproducible-apk-tools?tab=readme-ov-file#inplace-fixpy _"NB: build-tools 31.0.0 and 32.0.0 are skipped because [their zipalign is broken](https://android.googlesource.com/platform/build/+/df73d1b4733b8b3cdfd96199018455026ba8d9d2); --page-size requires build-tools >= 35.0.0-rc1."_ made me think that this...

Just realized that gradle was updated from 8.2.1 to 8.4, that is probably it.

Building with gradle 8.2.1 changes the apk size slightly, but the hashes are still different, probably because fdroid built it with gradle 8.4 as well. Is there any way for...

d0801dc [app-release.zip](https://github.com/devhyper/open-video-editor/files/14688267/app-release.zip)

Apks are smaller because I changed ffmpeg to min version. I think I need to add 35 rc to the build file.

130152e [app-release.zip](https://github.com/devhyper/open-video-editor/files/14716539/app-release.zip) Added build tools 35.0.0 rc2 to build.gradle, the warning should disappear now. @licaon-kter

Will come once composition previewing is supported in Media3: https://github.com/androidx/media/issues/1014