diff --git a/build.gradle b/build.gradle index 2d95ce9b..c97858bf 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ repositories { dependencies { compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.4' - compile 'com.squareup.okhttp3:okhttp:3.9.1' + compile 'com.squareup.okhttp3:okhttp:3.10.0' } android { diff --git a/sample_client/AndroidManifest.xml b/sample_client/AndroidManifest.xml index df33bb06..a2697540 100644 --- a/sample_client/AndroidManifest.xml +++ b/sample_client/AndroidManifest.xml @@ -22,24 +22,29 @@ THE SOFTWARE. --> - + - + package="com.owncloud.android.lib.sampleclient" + android:versionCode="1" + android:versionName="1.0"> + + - - + android:minSdkVersion="14" + android:targetSdkVersion="26"/> + + - - + + diff --git a/sample_client/res/layout/main.xml b/sample_client/res/layout/main.xml index 17832baa..e762d978 100644 --- a/sample_client/res/layout/main.xml +++ b/sample_client/res/layout/main.xml @@ -22,26 +22,27 @@ THE SOFTWARE. --> - + -