I have no idea how you build the APK: v4.0.0 built fine here but was not RB, v4.1.0 I cannot even build anymore. It was definitely not built from the tagged commit (embedded commit hash says f13a5d6 while the tag points to 4b5ccdb), and running gradle assembleRelease, build crashes before it even starts:
Starting a Gradle Daemon (subsequent builds will be faster)
FAILURE: Build failed with an exception.
* Where:
Build file '/build/repo/app/build.gradle' line: 2
* What went wrong:
An exception occurred applying plugin request [id: 'com.android.application']
> Failed to apply plugin 'com.android.internal.version-check'.
>
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
Could you please build release APKs from the commit the tag points to? And I have no clue why this one doesn't even start to build…
I have no idea how you build the APK: v4.0.0 built fine here but was not RB, v4.1.0 I cannot even build anymore. It was definitely not built from the tagged commit (embedded commit hash says f13a5d6 while the tag points to 4b5ccdb), and running
gradle assembleRelease, build crashes before it even starts:Could you please build release APKs from the commit the tag points to? And I have no clue why this one doesn't even start to build…