We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2bade commit 2c684f5Copy full SHA for 2c684f5
app/build.gradle
@@ -12,7 +12,7 @@ android {
12
minSdk 22
13
targetSdk 32
14
versionCode 2
15
- versionName "1.1"
+ versionName "0.0.2"
16
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
}
@@ -40,6 +40,13 @@ android {
40
41
42
43
+configurations {
44
+ all {
45
+ exclude module: 'xpp3'
46
+ exclude group: 'org.apache.httpcomponents'
47
+ }
48
+}
49
+
50
dependencies {
51
implementation 'javax.xml.stream:stax-api:1.0-2'
52
0 commit comments