When trying to build from the tagged commit, build fails with
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.13/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
2 actionable tasks: 2 executed
:app:releaseRuntimeClasspath -> androidx.navigation:navigation-fragment:2.9.5 -> androidx.navigation:navigation-common:2.9.5 -> androidx.navigation:navigation-common-android:2.9.5 -> androidx.navigation:navigation-runtime:2.9.5
:app:releaseRuntimeClasspath -> androidx.navigation:navigation-fragment:2.9.5 -> androidx.navigation:navigation-common:2.9.5 -> androidx.navigation:navigation-common-android:2.9.5 -> androidx.navigation:navigation-runtime:2.9.5 -> androidx.navigation:navigation-runtime-android:2.9.5
:app:releaseRuntimeClasspath -> androidx.navigation:navigation-ui:2.9.5
I see the APK was not built from the tagged commit, but claims to come from a83f31e – which doesn't match the versioning (at that point, versionName is still 1.6.1) – so I guess the APK was not built from a clean tree (with no uncommitted local changes, and no artifacts remaining from prior builds) either.
Is there anything we can do at our end to have a successful build – ideally with an APK matching yours? Background are Reproducible Builds we offer at IzzyOnDroid.
When trying to build from the tagged commit, build fails with
I see the APK was not built from the tagged commit, but claims to come from a83f31e – which doesn't match the versioning (at that point,
versionNameis still1.6.1) – so I guess the APK was not built from a clean tree (with no uncommitted local changes, and no artifacts remaining from prior builds) either.Is there anything we can do at our end to have a successful build – ideally with an APK matching yours? Background are Reproducible Builds we offer at IzzyOnDroid.