-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
F-Droid build failed #885
Comments
Apart from that, update checks fail as well because versionCode versionProperties.getProperty("VERSION_CODE").toInteger()
versionName versionProperties.getProperty("VERSION_NAME") We need literal values for that. Else:
I've disabled update check for now. |
@IzzySoft I thought the correct repo is https://github.com/keymapperorg/KeyMapperKeyboard |
@linsui the old repo URL from our YAML redirected here. |
https://github.com/sds100/KeyMapperKeyboard redirects me to that repo now. Maybe it was a mistake? Anyway I'll fix it. |
Hi, I've moved all the Key Mapper repos to a keymapperorg GitHub organization. All the old github.com/sds100/* will redirect to the new github.com/keymapperorg/* repos. |
Don't we use the git tag update check so that shouldn't be an issue? |
I've fixed the localization error now. Will be releasing 2.3.3 now |
Yes and no. CheckUpdates then takes a look at the |
Oh right, is there not a way to read the values from the version.properties file? |
There is and it's what we are doing. See https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/io.github.sds100.keymapper.yml#L164 |
Oh okay, cool! Do I need to do anything more on my end? |
When the new version is released it eill be updated automatic. Thanks! |
@linsui It still isn't building right? |
It builds fine, thanks! |
Developer TODO (don't remove)
Could you please take a look? Thanks!
The text was updated successfully, but these errors were encountered: