-
-
Notifications
You must be signed in to change notification settings - Fork 26
F-droid not getting updated #24
Comments
the f-droid releases are not handled by me but F-Droid tream. I noted they are working on the new releases so I think they will be ready shortly. |
We can't update ZimLX on F-Droid because 0.4.4 has a higher version code than 0.5.2. See https://developer.android.com/studio/publish/versioning#appversioning. |
Version code issue is solved, but now we can't build 0.6.1 because release builds were disabled in 180d50c. |
How about creating a pull request to fix this? |
I will enable it and will release as a new version |
fixed @lameventanas @relan |
@otakuhqz, should F-Droid build aosp or quickstep flavor? |
aosp. |
I can not install the launcher from F-Droid. Error: The package is damaged. 0.6.2b |
@userkilled, what's your device and Android version? |
7.0 |
On Pie I get Error -15: the new package failed because it has specified that it is a test-only package and the caller has not supplied the INSTALL_ALLOW_TEST flag. |
@relan I had this problem with my own compiled version and just fixed yesterday by adding the below line to the graddle properties file.
|
Wait. What's this https://github.com/otakuhqz/ZimLX/blob/master/ZimLX/libs/framework.jar? Is it possible to get rid of it? Prebuilt JARs are prohibited by the inclusion policy: https://f-droid.org/en/docs/Inclusion_Policy/ |
Remove in commit db477e5. What about this https://github.com/otakuhqz/ZimLX/blob/master/quickstep/libs/sysui_shared.jar? |
It's in another flavor, but if you don't need it, better remove: when we enable automated checks for prebuilt binaries it will trigger an error. |
Currently F-droid only shows version 0.4.4
The text was updated successfully, but these errors were encountered: