From c2a42f2015ca997b45e648d1fd0ee1df0b38b447 Mon Sep 17 00:00:00 2001 From: Electric Date: Mon, 16 Nov 2020 08:18:13 +0200 Subject: [PATCH] Updated gradle files --- OpenPods/app/build.gradle | 1 - OpenPods/build.gradle | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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