From 863f9a989dd2e6e661e881e630b799f6d0c09b4d Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 23 May 2020 14:06:23 +0200 Subject: [PATCH] Prepare release 1.10.0 --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 80ccaae..86b1642 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,7 +7,7 @@ android { minSdkVersion 15 targetSdkVersion 29 versionCode 19 - versionName "1.9.3" + versionName "1.10.0" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } lintOptions { @@ -54,7 +54,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:1.1.3' implementation 'com.google.android.material:material:1.1.0' implementation 'org.jsoup:jsoup:1.13.1' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test.ext:junit:1.1.1' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0' }