diff --git a/app/build.gradle b/app/build.gradle index 4ebd81c..a61448b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -51,9 +51,9 @@ dependencies { implementation "androidx.room:room-ktx:2.2.5" implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0' - testImplementation 'junit:junit:4.12' + testImplementation 'junit:junit:4.13' androidTestImplementation 'androidx.test:runner:1.3.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' - implementation 'com.google.code.gson:gson:2.8.5' - implementation 'org.jsoup:jsoup:1.12.1' + implementation 'com.google.code.gson:gson:2.8.6' + implementation 'org.jsoup:jsoup:1.13.1' } diff --git a/build.gradle b/build.gradle index b3b87c6..cf1a1c0 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - ext.kotlin_version = '1.3.72' + ext.kotlin_version = '1.4.0' repositories { google() jcenter()