Browse Source

Fix spacing in build.gradle

pull/554/head
TacoTheDank 4 years ago
parent
commit
0be480980e
  1. 2
      app/build.gradle

2
app/build.gradle

@ -93,7 +93,7 @@ dependencies { @@ -93,7 +93,7 @@ dependencies {
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 'fr.turri:aXMLRPC:1.12.0'
implementation('com.github.afollestad.material-dialogs:core:0.9.6.0@aar') {
transitive = true
}

Loading…
Cancel
Save