xmikos / fdroiddata

Eutopia.cz F-Droid Repository
GNU Affero General Public License v3.0
40 stars 8 forks source link

Update LibreSignal #17

Closed mimi89999 closed 8 years ago

mimi89999 commented 8 years ago

And please run ./gradlew clean before building.

mimi89999 commented 8 years ago

The apk of LS 3.14.2 in your repo is 13,9 MiB, but the apk in the F-Droid archive repo is 11,7 MiB...

xmikos commented 8 years ago

Thanks, merged, I will build it soon (I want to first review diff).

About that size difference - could it be caused by different build environment? How does build file from official fdroid repo differ from my build file?

mimi89999 commented 8 years ago

https://gitlab.com/fdroid/fdroiddata/merge_requests/1308/diffs

mimi89999 commented 8 years ago

What is your build environment?

mimi89999 commented 8 years ago

That's a bit concerning that the 2 apks aren't the sams size.

xmikos commented 8 years ago

Arch Linux, latest Android SDK. I will compare unziped apks.

xmikos commented 8 years ago

@mimi89999 Does F-Droid somewhere specify their build environment for reproducible builds? We can't have completely reproducible builds because I am using different app name, but we can at least get as close as possible.

mimi89999 commented 8 years ago

Well, there is the "build environment" section in the manual.

xmikos commented 8 years ago

@mimi89999 I have found what is causing that big size difference, it is libredphone-audio.so library, it is included in my build but not in F-Droid build.