diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index 63b0981d..33c0b33b 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -116,9 +116,11 @@ repositories { maven { url "https://dl.bintray.com/lukaville/maven" } //Needed for com.nbsp:library:1.8 in Material File Picker } -final DAGGER_VERSION = '2.22.1' -final OKHTTP_VERSION = '3.12.8' -final MOCKITO_VERSION = '2.27.0' +final DAGGER_VERSION = '2.26' +final BUTTERKNIFE_VERSION = '10.2.1' +final ESPRESSO_VERSION = '3.2.0' +final OKHTTP_VERSION = '3.12.10' +final MOCKITO_VERSION = '3.3.1' final RETROFIT_VERSION = '2.6.4' dependencies { @@ -129,18 +131,16 @@ dependencies { // implementation 'com.google.android.gms:play-services:4.2.42' // implementation project(':Android-SingleSignOn') // implementation project(path: ':MaterialShowcaseView:library', configuration: 'default') - implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.0-rc4' + implementation 'com.github.nextcloud:Android-SingleSignOn:0.5.0' implementation 'com.github.David-Development:MaterialShowcaseView:bf6afa225d' - // https://mvnrepository.com/artifact/androidx.legacy/legacy-support-v4 - implementation "androidx.legacy:legacy-support-v4:1.0.0" - implementation "androidx.core:core:1.2.0-rc01" + implementation "androidx.core:core:1.2.0" implementation 'androidx.annotation:annotation:1.1.0' implementation "androidx.appcompat:appcompat:1.1.0" implementation "androidx.preference:preference:1.1.0" // https://mvnrepository.com/artifact/com.google.android.material/material - implementation "com.google.android.material:material:1.2.0-alpha03" + implementation "com.google.android.material:material:1.2.0-alpha05" //implementation "com.google.android.material:material:1.0.0" implementation "androidx.palette:palette:1.0.0" implementation "androidx.recyclerview:recyclerview:1.1.0" @@ -149,9 +149,9 @@ dependencies { //implementation 'de.mrmaffen:holocircularprogressbar:1.0.1' implementation 'com.nostra13.universalimageloader:universal-image-loader:1.9.5' implementation 'com.google.code.gson:gson:2.8.6' - implementation 'com.jakewharton:butterknife:10.1.0' + implementation "com.jakewharton:butterknife:$BUTTERKNIFE_VERSION" implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - annotationProcessor 'com.jakewharton:butterknife-compiler:10.1.0' + annotationProcessor "com.jakewharton:butterknife-compiler:$BUTTERKNIFE_VERSION" implementation 'com.sothree.slidinguppanel:library:3.2.1' @@ -163,7 +163,7 @@ dependencies { //implementation 'org.freemarker:freemarker:2.3.23' //Required for DAO generation //implementation 'org.apache.commons:commons-lang3:3.4' implementation 'com.github.gabrielemariotti.changeloglib:changelog:2.1.0' - implementation 'org.jsoup:jsoup:1.11.3' + implementation 'org.jsoup:jsoup:1.13.1' implementation ('net.rdrei.android.dirchooser:library:3.0@aar') { exclude group: 'com.google.auto.value', module: 'auto-value' transitive = true @@ -175,7 +175,7 @@ dependencies { implementation 'io.reactivex.rxjava2:rxandroid:2.1.1' // Because RxAndroid releases are few and far between, it is recommended you also // explicitly depend on RxJava's latest version for bug fixes and new features. - implementation 'io.reactivex.rxjava2:rxjava:2.2.17' + implementation 'io.reactivex.rxjava2:rxjava:2.2.18' implementation "com.squareup.retrofit2:adapter-rxjava2:$RETROFIT_VERSION" implementation "com.squareup.retrofit2:retrofit:$RETROFIT_VERSION" @@ -223,15 +223,15 @@ dependencies { // Assertions androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.ext:truth:1.2.0' - androidTestImplementation 'com.google.truth:truth:0.42' + androidTestImplementation 'com.google.truth:truth:1.0.1' // Espresso dependencies - androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-contrib:3.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-intents:3.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-accessibility:3.2.0' - androidTestImplementation 'androidx.test.espresso:espresso-web:3.2.0' - androidTestImplementation 'androidx.test.espresso.idling:idling-concurrent:3.2.0' + androidTestImplementation "androidx.test.espresso:espresso-core:$ESPRESSO_VERSION" + androidTestImplementation "androidx.test.espresso:espresso-contrib:$ESPRESSO_VERSION" + androidTestImplementation "androidx.test.espresso:espresso-intents:$ESPRESSO_VERSION" + androidTestImplementation "androidx.test.espresso:espresso-accessibility:$ESPRESSO_VERSION" + androidTestImplementation "androidx.test.espresso:espresso-web:$ESPRESSO_VERSION" + androidTestImplementation "androidx.test.espresso.idling:idling-concurrent:$ESPRESSO_VERSION" // https://developer.android.com/training/testing/junit-runner.html#using-android-test-orchestrator androidTestUtil 'androidx.test:orchestrator:1.2.0' diff --git a/News-Android-App/src/androidTest/AndroidManifest.xml b/News-Android-App/src/androidTest/AndroidManifest.xml index 15bb87e1..fcfdf5a8 100644 --- a/News-Android-App/src/androidTest/AndroidManifest.xml +++ b/News-Android-App/src/androidTest/AndroidManifest.xml @@ -3,7 +3,7 @@ xmlns:android="http://schemas.android.com/apk/res/android" package="your.package.name"> - + diff --git a/build.gradle b/build.gradle index 01a60b13..e6193041 100644 --- a/build.gradle +++ b/build.gradle @@ -6,7 +6,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.5.3' + classpath 'com.android.tools.build:gradle:3.6.1' } } diff --git a/gradle.properties b/gradle.properties index 2b38b669..aec9e5f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,6 +23,4 @@ ANDROID_BUILD_TOOLS_VERSION=28.0.3 ANDROID_BUILD_SDK_VERSION=28 android.useAndroidX=true android.enableJetifier=true -android.enableUnitTestBinaryResources=true -android.enableR8=true org.gradle.jvmargs=-Xmx2048m -XX:MaxPermSize=512m diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 5c2d1cf0..f3d88b1c 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 47abf542..8e8a8221 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.5.1-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.2.2-all.zip diff --git a/gradlew b/gradlew index 8e25e6c1..2fe81a7d 100755 --- a/gradlew +++ b/gradlew @@ -125,8 +125,8 @@ if $darwin; then GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\"" fi -# For Cygwin, switch paths to Windows format before running java -if $cygwin ; then +# For Cygwin or MSYS, switch paths to Windows format before running java +if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then APP_HOME=`cygpath --path --mixed "$APP_HOME"` CLASSPATH=`cygpath --path --mixed "$CLASSPATH"` JAVACMD=`cygpath --unix "$JAVACMD"` @@ -154,19 +154,19 @@ if $cygwin ; then else eval `echo args$i`="\"$arg\"" fi - i=$((i+1)) + i=`expr $i + 1` done case $i in - (0) set -- ;; - (1) set -- "$args0" ;; - (2) set -- "$args0" "$args1" ;; - (3) set -- "$args0" "$args1" "$args2" ;; - (4) set -- "$args0" "$args1" "$args2" "$args3" ;; - (5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; - (6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; - (7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; - (8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; - (9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; + 0) set -- ;; + 1) set -- "$args0" ;; + 2) set -- "$args0" "$args1" ;; + 3) set -- "$args0" "$args1" "$args2" ;; + 4) set -- "$args0" "$args1" "$args2" "$args3" ;; + 5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;; + 6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;; + 7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;; + 8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;; + 9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;; esac fi @@ -175,14 +175,9 @@ save () { for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done echo " " } -APP_ARGS=$(save "$@") +APP_ARGS=`save "$@"` # Collect all arguments for the java command, following the shell quoting and substitution rules eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS "\"-Dorg.gradle.appname=$APP_BASE_NAME\"" -classpath "\"$CLASSPATH\"" org.gradle.wrapper.GradleWrapperMain "$APP_ARGS" -# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong -if [ "$(uname)" = "Darwin" ] && [ "$HOME" = "$PWD" ]; then - cd "$(dirname "$0")" -fi - exec "$JAVACMD" "$@" diff --git a/gradlew.bat b/gradlew.bat index 9618d8d9..62bd9b9c 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -29,6 +29,9 @@ if "%DIRNAME%" == "" set DIRNAME=. set APP_BASE_NAME=%~n0 set APP_HOME=%DIRNAME% +@rem Resolve any "." and ".." in APP_HOME to make it shorter. +for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi + @rem Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script. set DEFAULT_JVM_OPTS="-Xmx64m" "-Xms64m"