Skip to content
Snippets Groups Projects
Commit c3adf43a authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Enable AndroidX in gradle

parent 4751b0a9
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,9 @@ else
fi
if [ ! -f gradle.properties ]; then
echo keyStoreFile=$KEYSTORE_FILE > gradle.properties
echo android.enableJetifier=true > gradle.properties
echo android.useAndroidX=true >> gradle.properties
echo keyStoreFile=$KEYSTORE_FILE >> gradle.properties
echo storealias=$STOREALIAS >> gradle.properties
if [ -z "$PASSWORD_KEYSTORE" ]; then
echo storepwd=android >> gradle.properties
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment