diff --git a/termux-shared/build.gradle b/termux-shared/build.gradle index 34d2e767..2d778d93 100644 --- a/termux-shared/build.gradle +++ b/termux-shared/build.gradle @@ -5,7 +5,7 @@ android { compileSdkVersion project.properties.compileSdkVersion.toInteger() dependencies { - implementation 'androidx.appcompat:appcompat:1.3.0' + implementation 'androidx.appcompat:appcompat:1.3.1' implementation "androidx.annotation:annotation:1.2.0" implementation "androidx.core:core:1.6.0-rc01" implementation "androidx.window:window:1.0.0-alpha09" @@ -44,8 +44,8 @@ android { dependencies { testImplementation "junit:junit:4.13.2" - androidTestImplementation 'androidx.test.ext:junit:1.1.2' - androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0' + androidTestImplementation 'androidx.test.ext:junit:1.1.3' + androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0' } task sourceJar(type: Jar) {