Closed linsui closed 2 months ago
No, it was built in the same environment as all the previous builds.
Then maybe AGP somehow can't work with your git. No idea. Can you disable the vcsInfo?
buildTypes {
release {
vcsInfo.include false
}
}
I have updated the APK file with the changes in the existing commit as well, could you run it again now?
The vcsInfo issue is fixed. https://gitlab.com/linsui/fdroiddata/-/jobs/7827543383 But it seems your apk is built from a different commit.
I found the problem, The Gradle missed a sync and built the APK based on recent dependencies. I'm uploading a new APK that should work.
Updated the APK, it should work now
It's not reproducible. I thought you need to cleanup the cache before build. :)
I built the APK again after invalidating all caches, maybe it'll work now. Could this be related to this issue?
It's a common issue. It's fixed now, thanks! :)
2.03 failed... Can you clean the cache and rebuild the apk? :)
Yeah, I have updated the APK, could you run the build again?
It's fixed, thanks!
https://gitlab.com/fdroid/fdroiddata/-/jobs/7824568610
Did you build the apk in an environment without git?