Skip to content

Commit 05bb9e8

Browse files
committed
3.2.2381
1 parent 07e6b75 commit 05bb9e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

androidfsstorage/app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ android {
2323
jarJar {
2424
rules = [
2525
'stax-api-1.0.1.jar': 'javax.xml.** com.ithit.webdav.xml.@1',
26-
'webdav-server-3.2.2370.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
26+
'webdav-server-3.2.2381.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
2727
]
2828
}
2929

@@ -38,11 +38,11 @@ dependencies {
3838
compile 'commons-io:commons-io:2.4'
3939
compile 'com.google.code.gson:gson:2.7'
4040
compile 'com.android.support:appcompat-v7:26.+'
41-
compile ('com.ithit.webdav.integration:android-integration:3.2.2370', {
41+
compile ('com.ithit.webdav.integration:android-integration:3.2.2381', {
4242
exclude group: 'org.nanohttpd', module: 'nanohttpd'
4343
})
4444
compile 'com.android.support.constraint:constraint-layout:1.0.2'
4545
jarJar 'stax:stax-api:1.0.1'
46-
jarJar 'com.ithit.webdav:webdav-server:3.2.2370'
46+
jarJar 'com.ithit.webdav:webdav-server:3.2.2381'
4747
testCompile 'junit:junit:4.12'
4848
}

0 commit comments

Comments
 (0)