diff --git a/.gitignore b/.gitignore index 1ecfa85..2123f5e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ out/ build/ # Local configuration file (sdk path, etc) +gradle.properties local.properties # Proguard folder generated by Eclipse diff --git a/gradle.properties b/gradle.properties deleted file mode 100644 index 9c3538d..0000000 --- a/gradle.properties +++ /dev/null @@ -1,5 +0,0 @@ -android.useAndroidX=true -android.enableJetifier=true - -Auth0ClientId="2ChP272q8bZj17rDITQXmh8iHje09lZ2" -API_AUDIENCE="https://api.jekyllex.xyz/" \ No newline at end of file