From 1c01f4df081d594df96107316bb308392f4154e0 Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Sat, 21 Aug 2021 05:33:00 +0500 Subject: [PATCH] Changed: Bump gradle library dependency versions --- termux-shared/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) {