Skip to content

Commit c787661

Browse files
committed
4.1.2703
1 parent 573ade4 commit c787661

File tree

276 files changed

+5748
-17
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+5748
-17
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ android {
3030
jarJar {
3131
rules = [
3232
'stax-api-1.0.1.jar' : 'javax.xml.** com.ithit.webdav.xml.@1',
33-
'webdav-server-4.0.2623-beta.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
33+
'webdav-server-4.1.2703.jar': 'javax.xml.stream.** com.ithit.webdav.xml.stream.@1'
3434
]
3535
}
3636

@@ -71,11 +71,11 @@ dependencies {
7171
implementation 'commons-io:commons-io:2.4'
7272
implementation 'com.google.code.gson:gson:2.7'
7373
implementation 'com.android.support:appcompat-v7:27.1.1'
74-
implementation('com.ithit.webdav.integration:android-integration:4.0.2623-beta', {
74+
implementation('com.ithit.webdav.integration:android-integration:4.1.2703', {
7575
exclude group: 'org.nanohttpd', module: 'nanohttpd'
7676
})
7777
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
7878
jarJar 'stax:stax-api:1.0.1'
79-
jarJar 'com.ithit.webdav:webdav-server:4.0.2623-beta'
79+
jarJar 'com.ithit.webdav:webdav-server:4.1.2703'
8080
testImplementation 'junit:junit:4.12'
8181
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

androidfsstorage/app/src/main/assets/MyCustomHandlerPage.html renamed to Java/androidfsstorage/app/src/main/assets/MyCustomHandlerPage.html

File renamed without changes.

androidfsstorage/app/src/main/assets/Storage/Document.pages renamed to Java/androidfsstorage/app/src/main/assets/Storage/Document.pages

File renamed without changes.

androidfsstorage/app/src/main/assets/Storage/General.docx renamed to Java/androidfsstorage/app/src/main/assets/Storage/General.docx

File renamed without changes.

androidfsstorage/app/src/main/assets/Storage/Introduction.pptx renamed to Java/androidfsstorage/app/src/main/assets/Storage/Introduction.pptx

File renamed without changes.

0 commit comments

Comments
 (0)