From 93af44072625c60fea540dc5b948b1634f2c1c45 Mon Sep 17 00:00:00 2001 From: Carter Jernigan Date: Mon, 30 Aug 2021 07:35:49 -0400 Subject: [PATCH] Add Android Studio run configurations --- .run/_sdk-lib_test.run.xml | 23 +++++++++++++ .run/_sdkLib_connectedCheck.run.xml | 53 +++++++++++++++++++++++++++++ .run/assemble.run.xml | 23 +++++++++++++ .run/lint.run.xml | 23 +++++++++++++ 4 files changed, 122 insertions(+) create mode 100644 .run/_sdk-lib_test.run.xml create mode 100644 .run/_sdkLib_connectedCheck.run.xml create mode 100644 .run/assemble.run.xml create mode 100644 .run/lint.run.xml diff --git a/.run/_sdk-lib_test.run.xml b/.run/_sdk-lib_test.run.xml new file mode 100644 index 00000000..dee2b741 --- /dev/null +++ b/.run/_sdk-lib_test.run.xml @@ -0,0 +1,23 @@ + + + + + + + true + true + false + + + \ No newline at end of file diff --git a/.run/_sdkLib_connectedCheck.run.xml b/.run/_sdkLib_connectedCheck.run.xml new file mode 100644 index 00000000..2d808b12 --- /dev/null +++ b/.run/_sdkLib_connectedCheck.run.xml @@ -0,0 +1,53 @@ + + + + + \ No newline at end of file diff --git a/.run/assemble.run.xml b/.run/assemble.run.xml new file mode 100644 index 00000000..2f8b4867 --- /dev/null +++ b/.run/assemble.run.xml @@ -0,0 +1,23 @@ + + + + + + + true + true + false + + + \ No newline at end of file diff --git a/.run/lint.run.xml b/.run/lint.run.xml new file mode 100644 index 00000000..8d4552ba --- /dev/null +++ b/.run/lint.run.xml @@ -0,0 +1,23 @@ + + + + + + + true + true + false + + + \ No newline at end of file