From f3c79f03f35433f67a2441c07d1869bbcd431000 Mon Sep 17 00:00:00 2001 From: Zhenjie Yan Date: Fri, 6 Mar 2020 15:22:41 +0800 Subject: [PATCH] Add useAndroidX. --- gradle.properties | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1f249b0..2d8d1e4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1 @@ -# systemProp.http.proxyHost=127.0.0.1 -# systemProp.http.proxyPort=12333 -# systemProp.https.proxyHost=127.0.0.1 -# systemProp.https.proxyPort=12333 \ No newline at end of file +android.useAndroidX=true \ No newline at end of file