-
-
Notifications
You must be signed in to change notification settings - Fork 88
Closed
Labels
fdroidissue with fdroid builds or RB has failedissue with fdroid builds or RB has failed
Description
First, according to the vcsInfo embedded into the APK, it was not built from the tagged commit but rather from 0f9b3df – but regardless whether we build from that commit, or from the tagged one and use git reset --soft to take care for the embedded one, RB fails. Here are the diffs: diffs.zip
Was the APK built from a clean tree – or were there local changes, or artifacts remaining from prior builds? Or maybe some dependencies not pinned? Asking the latter because of:
- VISIBILITY_RUNTIME Lkotlin/Metadata; d1={ "...\n...\n....\n........2.0.B.¢......¨.." } d2={ "Lcom/bumptech/glide/annotation/ksp/GlideIndexer_a8490dd8_f8f2_34c4_b51f_cd26e9cb7b6f;" "" "<init>" "()V" "app_githubRelease" } k=1 mv={ 2 2 0 } xi=48
+ VISIBILITY_RUNTIME Lkotlin/Metadata; d1={ "...\n...\n....\n........2.0.B.¢......¨.." } d2={ "Lcom/bumptech/glide/annotation/ksp/GlideIndexer_bd0014c5_eea0_3f4c_ae66_680de5087bbd;" "" "<init>" "()V" "app_githubRelease" } k=1 mv={ 2 2 0 } xi=48
- Class descriptor : 'Lcom/bumptech/glide/annotation/ksp/GlideIndexer_a8490dd8_f8f2_34c4_b51f_cd26e9cb7b6f;'
+ Class descriptor : 'Lcom/bumptech/glide/annotation/ksp/GlideIndexer_bd0014c5_eea0_3f4c_ae66_680de5087bbd;'
Access flags : 0x0011 (PUBLIC FINAL)A "dirty build" (local changes/artifacts) looks the most plausible to me, but only you can tell – and I can be wrong there 😉
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
fdroidissue with fdroid builds or RB has failedissue with fdroid builds or RB has failed