diff --git a/OpenPods/app/build.gradle b/OpenPods/app/build.gradle index 9260ebf..6ff4c8c 100644 --- a/OpenPods/app/build.gradle +++ b/OpenPods/app/build.gradle @@ -33,7 +33,6 @@ android { } dependencies { - implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.appcompat:appcompat:1.2.0' implementation "androidx.preference:preference:1.1.1" } diff --git a/OpenPods/build.gradle b/OpenPods/build.gradle index 6c1ab27..9313af6 100644 --- a/OpenPods/build.gradle +++ b/OpenPods/build.gradle @@ -7,7 +7,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:4.1.0' + classpath 'com.android.tools.build:gradle:4.1.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files