-
|
Hi, I don't want to bother you with the issues of my app, but I ran out of ideas. Maybe someone has an idea or can point me in the right direction. My android app https://codeberg.org/OpenTracksApp/OSMDashboard uses the VTM library to render a map with trackpoints. This app is published also on F-Droid. Since November 2024 it's a reproducible build. It worked fine over a year. There are always one or two of the following classes which get compiled differently in the apk classes2.dex file:
Has anyone any idea what makes those two classes special or what I can do to fix the reproducible build? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Probably need to check your Gradle / Java / ProGuard settings for any recent version changes. "vtm-android-example" builds successfully. Compare your settings with this one. Cruiser also, which uses VTM is always built successfully. |
Beta Was this translation helpful? Give feedback.
Probably need to check your Gradle / Java / ProGuard settings for any recent version changes.
"vtm-android-example" builds successfully. Compare your settings with this one.
Cruiser also, which uses VTM is always built successfully.