File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ android {
2323jarJar {
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}
You can’t perform that action at this time.
0 commit comments