From 294c6ca79050aea3b6d2f88e435ff1e6109b2ba5 Mon Sep 17 00:00:00 2001 From: Aaron Culliney Date: Mon, 2 Dec 2019 10:54:34 -0800 Subject: [PATCH] Update Android Studio thingz --- Android/.idea/codeStyles/Project.xml | 116 +++++++++++++++++++++++++++ Android/app/app.iml | 4 +- Android/build.gradle | 2 +- 3 files changed, 119 insertions(+), 3 deletions(-) create mode 100644 Android/.idea/codeStyles/Project.xml diff --git a/Android/.idea/codeStyles/Project.xml b/Android/.idea/codeStyles/Project.xml new file mode 100644 index 00000000..681f41ae --- /dev/null +++ b/Android/.idea/codeStyles/Project.xml @@ -0,0 +1,116 @@ + + + + + + + +
+ + + + 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/Android/app/app.iml b/Android/app/app.iml index 514fb2c3..f6507d5a 100644 --- a/Android/app/app.iml +++ b/Android/app/app.iml @@ -4,8 +4,8 @@ diff --git a/Android/build.gradle b/Android/build.gradle index c93c15b1..675d8a73 100644 --- a/Android/build.gradle +++ b/Android/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.1' + classpath 'com.android.tools.build:gradle:3.5.2' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files