Issue Content
Could it be this APK was built locally, with uncommitted changes? From the DEX diff:
|: move-object v5, v10
-|: const/16 v10, #int 3072 // #c00
+|: const/16 v10, #int 3120 // #c30
|: move-object/from16 v18, v11
|: const/16 v11, #int 20 // #14
|: move-object/from16 v19, v6
@@ -688022,7 +688022,7 @@
|: invoke-static {}, Lcompress/joshattic/us/utils/MotionUtilsKt;.getExpressiveSpatialSpring:()Landroidx/compose/animation/core/SpringSpec;
|: move-result-object v6
|: check-cast v6, Landroidx/compose/animation/core/AnimationSpec;
-|: const/16 v10, #int 3072 // #c00
+|: const/16 v10, #int 3120 // #c30
|: const/16 v11, #int 20 // #14
Looks like some value was changed there (decreased on your end, before building the APK). In compress/joshattic/us/ui/tabs/PresetsTab.kt, it seems (according to Diffoscope). I cannot spot the line, though (or apply the same change, not knowing what exactly it is).
diff.zip
Issue Content
Could it be this APK was built locally, with uncommitted changes? From the DEX diff:
Looks like some value was changed there (decreased on your end, before building the APK). In
compress/joshattic/us/ui/tabs/PresetsTab.kt, it seems (according to Diffoscope). I cannot spot the line, though (or apply the same change, not knowing what exactly it is).diff.zip