Loading AndroidManifest.xml +0 −2 Original line number Original line Diff line number Diff line Loading @@ -28,8 +28,6 @@ android:versionCode="1" android:versionCode="1" android:versionName="1.0.13" > android:versionName="1.0.13" > <uses-sdk android:targetSdkVersion="26"/> <uses-permission <uses-permission android:maxSdkVersion="22" android:maxSdkVersion="22" Loading build.gradle +4 −3 Original line number Original line Diff line number Diff line Loading @@ -4,7 +4,7 @@ buildscript { google() google() } } dependencies { dependencies { classpath 'com.android.tools.build:gradle:3.0.0' classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' } } } } Loading @@ -18,7 +18,7 @@ repositories { } } dependencies { dependencies { compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.6' api 'org.apache.jackrabbit:jackrabbit-webdav:2.12.6' implementation 'org.parceler:parceler-api:1.1.11' implementation 'org.parceler:parceler-api:1.1.11' annotationProcessor 'org.parceler:parceler:1.1.9' annotationProcessor 'org.parceler:parceler:1.1.9' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5' Loading @@ -26,7 +26,7 @@ dependencies { } } android { android { compileSdkVersion 26 compileSdkVersion 28 sourceSets { sourceSets { main { main { Loading Loading @@ -60,5 +60,6 @@ android { } } defaultConfig { defaultConfig { minSdkVersion 14 minSdkVersion 14 targetSdkVersion 28 } } } } gradle/wrapper/gradle-wrapper.properties +2 −2 Original line number Original line Diff line number Diff line #Tue Nov 14 11:01:51 CET 2017 #Thu Oct 25 12:00:00 CET 2018 distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip sample_client/AndroidManifest.xml +0 −4 Original line number Original line Diff line number Diff line Loading @@ -30,10 +30,6 @@ <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/> <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26"/> <application <application android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher" android:label="@string/app_name"> android:label="@string/app_name"> Loading sample_client/build.gradle +6 −2 Original line number Original line Diff line number Diff line Loading @@ -10,7 +10,7 @@ dependencies { } } android { android { compileSdkVersion 26 compileSdkVersion 28 sourceSets { sourceSets { main { main { Loading @@ -24,7 +24,7 @@ android { } } // Move the tests to tests/java, tests/res, etc... // Move the tests to tests/java, tests/res, etc... instrumentTest.setRoot('tests') // instrumentTest.setRoot('tests') // Move the build types to build-types/<type> // Move the build types to build-types/<type> // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ... // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ... Loading @@ -43,4 +43,8 @@ android { packagingOptions { packagingOptions { exclude 'META-INF/LICENSE.txt' exclude 'META-INF/LICENSE.txt' } } defaultConfig { minSdkVersion 14 targetSdkVersion 28 } } } Loading
AndroidManifest.xml +0 −2 Original line number Original line Diff line number Diff line Loading @@ -28,8 +28,6 @@ android:versionCode="1" android:versionCode="1" android:versionName="1.0.13" > android:versionName="1.0.13" > <uses-sdk android:targetSdkVersion="26"/> <uses-permission <uses-permission android:maxSdkVersion="22" android:maxSdkVersion="22" Loading
build.gradle +4 −3 Original line number Original line Diff line number Diff line Loading @@ -4,7 +4,7 @@ buildscript { google() google() } } dependencies { dependencies { classpath 'com.android.tools.build:gradle:3.0.0' classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' } } } } Loading @@ -18,7 +18,7 @@ repositories { } } dependencies { dependencies { compile 'org.apache.jackrabbit:jackrabbit-webdav:2.12.6' api 'org.apache.jackrabbit:jackrabbit-webdav:2.12.6' implementation 'org.parceler:parceler-api:1.1.11' implementation 'org.parceler:parceler-api:1.1.11' annotationProcessor 'org.parceler:parceler:1.1.9' annotationProcessor 'org.parceler:parceler:1.1.9' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5' implementation group: 'com.google.code.gson', name: 'gson', version: '2.8.5' Loading @@ -26,7 +26,7 @@ dependencies { } } android { android { compileSdkVersion 26 compileSdkVersion 28 sourceSets { sourceSets { main { main { Loading Loading @@ -60,5 +60,6 @@ android { } } defaultConfig { defaultConfig { minSdkVersion 14 minSdkVersion 14 targetSdkVersion 28 } } } }
gradle/wrapper/gradle-wrapper.properties +2 −2 Original line number Original line Diff line number Diff line #Tue Nov 14 11:01:51 CET 2017 #Thu Oct 25 12:00:00 CET 2018 distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists zipStorePath=wrapper/dists distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
sample_client/AndroidManifest.xml +0 −4 Original line number Original line Diff line number Diff line Loading @@ -30,10 +30,6 @@ <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.INTERNET"/> <uses-sdk android:minSdkVersion="14" android:targetSdkVersion="26"/> <application <application android:icon="@drawable/ic_launcher" android:icon="@drawable/ic_launcher" android:label="@string/app_name"> android:label="@string/app_name"> Loading
sample_client/build.gradle +6 −2 Original line number Original line Diff line number Diff line Loading @@ -10,7 +10,7 @@ dependencies { } } android { android { compileSdkVersion 26 compileSdkVersion 28 sourceSets { sourceSets { main { main { Loading @@ -24,7 +24,7 @@ android { } } // Move the tests to tests/java, tests/res, etc... // Move the tests to tests/java, tests/res, etc... instrumentTest.setRoot('tests') // instrumentTest.setRoot('tests') // Move the build types to build-types/<type> // Move the build types to build-types/<type> // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ... // For instance, build-types/debug/java, build-types/debug/AndroidManifest.xml, ... Loading @@ -43,4 +43,8 @@ android { packagingOptions { packagingOptions { exclude 'META-INF/LICENSE.txt' exclude 'META-INF/LICENSE.txt' } } defaultConfig { minSdkVersion 14 targetSdkVersion 28 } } }