From 9b3a77a788c937a14356eefd78cf490d2963ebbc Mon Sep 17 00:00:00 2001 From: rjh <1409667648@qq.com> Date: Wed, 3 Feb 2021 20:50:05 +0800 Subject: [PATCH] import Tbot --- src/AndroidApp/.idea/AndroidApp.iml | 9 - src/AndroidApp/.idea/misc.xml | 19 +- src/AndroidApp/.idea/modules.xml | 8 - src/AndroidApp/.idea/workspace.xml | 193 +++--------------- .../.idea/caches/build_file_checksums.ser | Bin 0 -> 537 bytes .../Tbot/.idea/codeStyles/Project.xml | 134 ++++++++++++ src/AndroidApp/Tbot/.idea/gradle.xml | 2 + src/AndroidApp/Tbot/.idea/jarRepositories.xml | 25 +++ src/AndroidApp/Tbot/.idea/misc.xml | 21 +- src/AndroidApp/Tbot/.idea/modules.xml | 3 +- src/AndroidApp/Tbot/.idea/vcs.xml | 6 + src/AndroidApp/Tbot/build.gradle | 4 +- .../gradle/wrapper/gradle-wrapper.properties | 2 +- 13 files changed, 222 insertions(+), 204 deletions(-) delete mode 100644 src/AndroidApp/.idea/AndroidApp.iml delete mode 100644 src/AndroidApp/.idea/modules.xml create mode 100644 src/AndroidApp/Tbot/.idea/caches/build_file_checksums.ser create mode 100644 src/AndroidApp/Tbot/.idea/codeStyles/Project.xml create mode 100644 src/AndroidApp/Tbot/.idea/jarRepositories.xml create mode 100644 src/AndroidApp/Tbot/.idea/vcs.xml diff --git a/src/AndroidApp/.idea/AndroidApp.iml b/src/AndroidApp/.idea/AndroidApp.iml deleted file mode 100644 index d6ebd48..0000000 --- a/src/AndroidApp/.idea/AndroidApp.iml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/src/AndroidApp/.idea/misc.xml b/src/AndroidApp/.idea/misc.xml index 82efee1..ade1ecd 100644 --- a/src/AndroidApp/.idea/misc.xml +++ b/src/AndroidApp/.idea/misc.xml @@ -1,20 +1,7 @@ - - - - - - 1.8 - - - - - - + + + \ No newline at end of file diff --git a/src/AndroidApp/.idea/modules.xml b/src/AndroidApp/.idea/modules.xml deleted file mode 100644 index 3e28a09..0000000 --- a/src/AndroidApp/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/src/AndroidApp/.idea/workspace.xml b/src/AndroidApp/.idea/workspace.xml index c2cd714..c6a0256 100644 --- a/src/AndroidApp/.idea/workspace.xml +++ b/src/AndroidApp/.idea/workspace.xml @@ -1,188 +1,51 @@ - - - - - + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - + + + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/AndroidApp/Tbot/.idea/caches/build_file_checksums.ser b/src/AndroidApp/Tbot/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000000000000000000000000000000000000..66f101225e3d5c5d0184e447adbebe40104fc864 GIT binary patch literal 537 zcmZ4UmVvdnh`~NNKUXg?FQq6yGexf?KR>5fFEb@IQ7^qHF(oHeub?PDD>b=9F91S2 zm1gFoxMk*~I%lLNXBU^|7Q2L-Ts|(GuF1r}l-a(W(##Th_( zR`y#54~r#SWM*J;W8likPfT%3OfJbU@?_vF$tX%K&dAS6sVJ~_U;qK0at2z_zyOYkOxc*3?Qo+1U9U{yl(P^sPyEz&sx{M-JAt< zVsUCoNoHPpF-&72LmdMfNbS6v3HxmBv*+n1=t+e;9bQ<%z=L7~Tw!8``lrU*!Y?HD zes+BNb@f4@b8_;N6LUa8Taa2*l9^gu3Rk?~ajE;R`MTRTy}zMZnSOIa34?~SRZM7c zYEf~Fp^1T|Sq#)6F^KrVFyxAC&&_^@O)M`PIA^^1;Z#?`Ac#lxK7l_6O8hfwy|-p` K7B(&lssI2>0l~}w literal 0 HcmV?d00001 diff --git a/src/AndroidApp/Tbot/.idea/codeStyles/Project.xml b/src/AndroidApp/Tbot/.idea/codeStyles/Project.xml new file mode 100644 index 0000000..0d15693 --- /dev/null +++ b/src/AndroidApp/Tbot/.idea/codeStyles/Project.xml @@ -0,0 +1,134 @@ + + + + + + + + + + + +
+ + + + xmlns:android + + ^$ + + + +
+
+ + + + xmlns:.* + + ^$ + + + BY_NAME + +
+
+ + + + .*:id + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + .*:name + + http://schemas.android.com/apk/res/android + + + +
+
+ + + + name + + ^$ + + + +
+
+ + + + style + + ^$ + + + +
+
+ + + + .* + + ^$ + + + BY_NAME + +
+
+ + + + .* + + http://schemas.android.com/apk/res/android + + + ANDROID_ATTRIBUTE_ORDER + +
+
+ + + + .* + + .* + + + BY_NAME + +
+
+
+
+
+
\ No newline at end of file diff --git a/src/AndroidApp/Tbot/.idea/gradle.xml b/src/AndroidApp/Tbot/.idea/gradle.xml index 3bd0088..94d4d6d 100644 --- a/src/AndroidApp/Tbot/.idea/gradle.xml +++ b/src/AndroidApp/Tbot/.idea/gradle.xml @@ -1,8 +1,10 @@ + - + diff --git a/src/AndroidApp/Tbot/.idea/modules.xml b/src/AndroidApp/Tbot/.idea/modules.xml index 1f18dad..585799b 100644 --- a/src/AndroidApp/Tbot/.idea/modules.xml +++ b/src/AndroidApp/Tbot/.idea/modules.xml @@ -2,8 +2,9 @@ + + - diff --git a/src/AndroidApp/Tbot/.idea/vcs.xml b/src/AndroidApp/Tbot/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/src/AndroidApp/Tbot/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/src/AndroidApp/Tbot/build.gradle b/src/AndroidApp/Tbot/build.gradle index a47fa4b..a6ad490 100644 --- a/src/AndroidApp/Tbot/build.gradle +++ b/src/AndroidApp/Tbot/build.gradle @@ -3,9 +3,10 @@ buildscript { repositories { jcenter() + google() } dependencies { - classpath 'com.android.tools.build:gradle:3.0.1' + classpath 'com.android.tools.build:gradle:4.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -15,6 +16,7 @@ buildscript { allprojects { repositories { jcenter() + google() } } diff --git a/src/AndroidApp/Tbot/gradle/wrapper/gradle-wrapper.properties b/src/AndroidApp/Tbot/gradle/wrapper/gradle-wrapper.properties index fc9b829..eaba979 100644 --- a/src/AndroidApp/Tbot/gradle/wrapper/gradle-wrapper.properties +++ b/src/AndroidApp/Tbot/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip