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' }