From a67138a9bb457cb50a2272d808ce00ccb3c465cd Mon Sep 17 00:00:00 2001 From: lixiaojun <16167479@qq.com> Date: Thu, 6 May 2021 21:06:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=81=E7=A7=BB=E5=88=B0jitpack?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 6 +++++ .idea/gradle.xml | 1 + .idea/jarRepositories.xml | 10 ++++++++ .idea/misc.xml | 2 +- .idea/runConfigurations.xml | 1 + README.md | 4 +-- app/build.gradle | 3 +-- .../com/lxj/xpopupextdemo/MainActivity.java | 5 ++-- build.gradle | 9 +++---- ext/build.gradle | 25 +++++++++---------- .../lxj/xpopupext/popup/TimePickerPopup.java | 2 +- settings.gradle | 2 +- 12 files changed, 41 insertions(+), 29 deletions(-) create mode 100644 .idea/compiler.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..fb7f4a8 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 1ca1297..aae808f 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -13,6 +13,7 @@