We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Android libs don't have versionName and versionCode anymore.
versionName
versionCode
it requires Java 11, so GH Action has to be fixed too.
if versionCode is totally removed, we can remove the craft bump script too (also buildVersionCode from gradle.properties)
buildVersionCode
jvmTarget should still be Java 1.8 though because of compatibility.
jvmTarget
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Android libs don't have
versionName
andversionCode
anymore.it requires Java 11, so GH Action has to be fixed too.
if
versionCode
is totally removed, we can remove the craft bump script too (alsobuildVersionCode
from gradle.properties)jvmTarget
should still be Java 1.8 though because of compatibility.The text was updated successfully, but these errors were encountered: