Browse Source

Смена версии org.apache.commons:commons-configuration2 и добавления исключений, для компиляции

pull/66/head
WipedLifePotato 2 months ago
parent
commit
0e00636f95
  1. 9
      app/build.gradle

9
app/build.gradle

@ -6,7 +6,14 @@ dependencies { @@ -6,7 +6,14 @@ dependencies {
implementation 'androidx.core:core:1.9.0'
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
// implementation 'org.ini4j:ini4j:0.5.4'
implementation 'org.apache.commons:commons-configuration2:2.7'
implementation 'org.apache.commons:commons-configuration2:2.9.0'
}
configurations {
all {
exclude module: 'httpclient'
exclude module: 'commons-logging'
}
}
android {

Loading…
Cancel
Save