From 0be480980ecdb10d4c3166d263d8c424563b717d Mon Sep 17 00:00:00 2001 From: TacoTheDank Date: Sat, 20 Jun 2020 04:19:09 -0400 Subject: [PATCH] Fix spacing in build.gradle --- app/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b482d9c1..5d4f42ed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -78,7 +78,7 @@ android { dependencies { // Android support implementation 'androidx.appcompat:appcompat:1.1.0' - implementation 'androidx.preference:preference:1.1.1' + implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.0.0' implementation 'com.google.android.material:material:1.1.0' @@ -91,9 +91,9 @@ dependencies { implementation 'com.getbase:floatingactionbutton:1.10.1' implementation 'com.nispok:snackbar:2.11.0' implementation 'com.github.aegnor:rencode-java:cb628e824e' - implementation 'org.apache.openjpa:openjpa-lib:3.1.1' - implementation 'net.iharder:base64:2.3.9' - //implementation 'de.timroes:aXMLRPC:1.12.0' + implementation 'org.apache.openjpa:openjpa-lib:3.1.1' + implementation 'net.iharder:base64:2.3.9' + //implementation 'fr.turri:aXMLRPC:1.12.0' implementation('com.github.afollestad.material-dialogs:core:0.9.6.0@aar') { transitive = true }