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
Am trying to implement the facebook layout as it has been done in the sample app. but am failing to import the library project.
is this code also needed for that part.There is no such file like signing.properties.
// Extract signing info into a properties file def props = new Properties() props.load(new FileInputStream(project.file("signing.properties")))
android.signingConfigs.release.storeFile project.file(props.keyStore) android.signingConfigs.release.storePassword props.keyStorePassword android.signingConfigs.release.keyAlias props.keyAlias android.signingConfigs.release.keyPassword props.keyAliasPassword
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Am trying to implement the facebook layout as it has been done in the sample app.
but am failing to import the library project.
is this code also needed for that part.There is no such file like signing.properties.
// Extract signing info into a properties file
def props = new Properties()
props.load(new FileInputStream(project.file("signing.properties")))
android.signingConfigs.release.storeFile project.file(props.keyStore)
android.signingConfigs.release.storePassword props.keyStorePassword
android.signingConfigs.release.keyAlias props.keyAlias
android.signingConfigs.release.keyPassword props.keyAliasPassword
The text was updated successfully, but these errors were encountered: