From d426f7c3b8899740b001635ce863dcc64cd1f8dd Mon Sep 17 00:00:00 2001 From: Adebayo Osipitan Date: Mon, 2 Aug 2021 12:56:06 +0100 Subject: [PATCH] removed unnecessary gradle dependency --- .idea/misc.xml | 2 +- gradle/wrapper/gradle-wrapper.properties | 6 +++--- iot_wireless_communication/build.gradle | 3 +-- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index af6eff4..f6433fa 100755 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -39,7 +39,7 @@ - + diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 86d075d..9037725 100755 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Mon Oct 07 15:17:33 WAT 2019 +#Mon Aug 02 12:51:29 WAT 2021 distributionBase=GRADLE_USER_HOME +distributionUrl=https\://services.gradle.org/distributions/gradle-6.3-bin.zip distributionPath=wrapper/dists -zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip +zipStoreBase=GRADLE_USER_HOME diff --git a/iot_wireless_communication/build.gradle b/iot_wireless_communication/build.gradle index 799d0ca..9eb5568 100644 --- a/iot_wireless_communication/build.gradle +++ b/iot_wireless_communication/build.gradle @@ -27,8 +27,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.2.0' - implementation 'com.github.User:Repo:Tag' + implementation 'androidx.appcompat:appcompat:1.3.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'