diff --git a/build.gradle b/build.gradle index 6440d2e..a137ef0 100644 --- a/build.gradle +++ b/build.gradle @@ -26,6 +26,11 @@ sourceSets { } } +repositories { + fileTree(dir:'libs', include:'*.jar') +} + dependencies { - implementation files('lib/gson-2.13.1.jar') -} \ No newline at end of file + implementation files('libs/gson-2.13.1.jar') +} + diff --git a/lib/gson-2.13.1.jar b/libs/gson-2.13.1.jar similarity index 100% rename from lib/gson-2.13.1.jar rename to libs/gson-2.13.1.jar