Skip to content

Commit 2c684f5

Browse files
committed
Removing HTTPClient and XPP3
1 parent ff2bade commit 2c684f5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

app/build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ android {
1212
minSdk 22
1313
targetSdk 32
1414
versionCode 2
15-
versionName "1.1"
15+
versionName "0.0.2"
1616

1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}
@@ -40,6 +40,13 @@ android {
4040
}
4141
}
4242

43+
configurations {
44+
all {
45+
exclude module: 'xpp3'
46+
exclude group: 'org.apache.httpcomponents'
47+
}
48+
}
49+
4350
dependencies {
4451
implementation 'javax.xml.stream:stax-api:1.0-2'
4552

0 commit comments

Comments
 (0)