From 998f18a222dfca6e4e9e72bd355569c55c85c6ec Mon Sep 17 00:00:00 2001 From: Sanju S Date: Tue, 4 Jan 2022 11:51:14 +0530 Subject: [PATCH 1/3] Update `Build system` Signed-off-by: Spikey Sanju --- .idea/gradle.xml | 3 +-- .idea/jarRepositories.xml | 5 ++++ .idea/misc.xml | 8 +++++++ .idea/runConfigurations.xml | 12 ---------- app/build.gradle | 1 + app/src/main/AndroidManifest.xml | 7 +++--- .../www/sanju/motiontoastapp/MainActivity.kt | 2 +- build.gradle | 2 +- motiontoast/build.gradle | 3 +-- motiontoast/src/main/AndroidManifest.xml | 2 +- .../src/main/res/layout/full_color_toast.xml | 5 ++-- .../src/main/res/layout/motion_toast.xml | 24 ++++++++++--------- motiontoast/src/main/res/values/dimen.xml | 1 + 13 files changed, 39 insertions(+), 36 deletions(-) delete mode 100644 .idea/runConfigurations.xml diff --git a/.idea/gradle.xml b/.idea/gradle.xml index f809d90..6a6db3b 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -4,7 +4,7 @@ diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index a5f05cd..e34606c 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -21,5 +21,10 @@