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 0000000..66f1012 Binary files /dev/null and b/src/AndroidApp/Tbot/.idea/caches/build_file_checksums.ser differ 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