diff --git a/app/build.gradle b/app/build.gradle index 21b9a29c..27821f9a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ dependencies { // https://download.eclipse.org/oomph/archive/reports/download.eclipse.org/releases/2021-09/index/org.eclipse.wst.xml.xpath2.processor_2.1.101.v201903222120.html implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.test.uiautomator:uiautomator:2.3.0' - implementation 'androidx.test:core:1.5.0' + implementation 'androidx.test:core:1.6.0' implementation 'androidx.test:runner:1.5.2' implementation 'com.google.code.gson:gson:2.11.0' implementation 'io.netty:netty-all:4.0.41.Final'