From a53cc886883cff93f16e44060f2f810fd210e40c Mon Sep 17 00:00:00 2001 From: agnostic-apollo Date: Thu, 8 Jul 2021 08:14:42 +0500 Subject: [PATCH] Bump gradle dependencies versions --- termux-shared/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termux-shared/build.gradle b/termux-shared/build.gradle index 43076294..bb0c19d1 100644 --- a/termux-shared/build.gradle +++ b/termux-shared/build.gradle @@ -8,7 +8,7 @@ android { implementation 'androidx.appcompat:appcompat:1.3.0' implementation "androidx.annotation:annotation:1.2.0" implementation "androidx.core:core:1.6.0-rc01" - implementation "androidx.window:window:1.0.0-alpha08" + implementation "androidx.window:window:1.0.0-alpha09" implementation "com.google.guava:guava:24.1-jre" implementation "io.noties.markwon:core:$markwonVersion" implementation "io.noties.markwon:ext-strikethrough:$markwonVersion"