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
After update to the last version: 'com.github.alexfu:androidautoversion:3.0.0' the VERSION_CODE generated is -1:
'com.github.alexfu:androidautoversion:3.0.0'
-1
public static final int VERSION_CODE = -1;
Gradle tools: 'com.android.tools.build:gradle:3.2.1' Gradle: https\:services.gradle.org/distributions/gradle-4.6-all.zip
'com.android.tools.build:gradle:3.2.1'
https\:services.gradle.org/distributions/gradle-4.6-all.zip
The text was updated successfully, but these errors were encountered:
@narlei This should be fixed in 3.0.1. Also, the README was updated to include a new instructions: 3529812#diff-04c6e90faac2675aa89e2176d2eec7d8
Sorry, something went wrong.
No branches or pull requests
After update to the last version:
'com.github.alexfu:androidautoversion:3.0.0'
the VERSION_CODE generated is-1
:public static final int VERSION_CODE = -1;
Gradle tools:
'com.android.tools.build:gradle:3.2.1'
Gradle:
https\:services.gradle.org/distributions/gradle-4.6-all.zip
The text was updated successfully, but these errors were encountered: