From e0b2da040f9ade47fa47cef94864e1be571f006e Mon Sep 17 00:00:00 2001 From: Charlie Cruzan <35579283+cruzach@users.noreply.github.com> Date: Thu, 9 Sep 2021 18:32:30 -0400 Subject: [PATCH 1/2] remove com.diffplug.spotless version from build.gradle --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 5e4d21dd29..f9662cc2bb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -11,7 +11,7 @@ buildscript { } plugins { - id "com.diffplug.spotless" version "5.14.1" + id "com.diffplug.spotless" } apply plugin: 'com.android.library' From 9a231cde4838940b160f19cebab4965205c1b60f Mon Sep 17 00:00:00 2001 From: Charlie Cruzan <35579283+cruzach@users.noreply.github.com> Date: Thu, 9 Sep 2021 18:36:37 -0400 Subject: [PATCH 2/2] Update settings.gradle --- android/settings.gradle | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/android/settings.gradle b/android/settings.gradle index c8e23f4979..0ed9c02aa4 100644 --- a/android/settings.gradle +++ b/android/settings.gradle @@ -1 +1,7 @@ -include 'lib' \ No newline at end of file +pluginManagement { + plugins { + id "com.diffplug.spotless" version "5.14.1" + } +} + +include 'lib'