-
Notifications
You must be signed in to change notification settings - Fork 1
Reproducible Build failed for 3.2.2 #13
Copy link
Copy link
Open
Description
Because you definitely did NOT build from the tagged commit – especially with Flutter apps, that's an RB killer: they have no commit hash embedded, so it remains in the dark what commit you've built from. Must have been at least one later, as there versioning has been increased – and the Manifest diff has this:
XML ELEM START [lineno=19, name='manifest', #attributes=7]
- ATTR: http://schemas.android.com/apk/res/android:versionCode=6101
- ATTR: http://schemas.android.com/apk/res/android:versionName='3.2.2'
+ ATTR: http://schemas.android.com/apk/res/android:versionCode=4100
+ ATTR: http://schemas.android.com/apk/res/android:versionName='3.2.1'
ATTR: http://schemas.android.com/apk/res/android:compileSdkVersion=35 But was it just that? There are 4 more commits, all of them older than the APK. I won't run 5 builds to find out, sorry – so please DO NAME THE COMMIT you've built from. And for future releases, please ALWAYS remember the "first basic rule" – build release APKs from a clean tree at the commit the release tag points to. The two MUST match!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels