From 5a71f643dab663d6c3bb4b1b90e8b0569e0207c2 Mon Sep 17 00:00:00 2001 From: ArmanSiddiqui11 Date: Sat, 1 Feb 2025 07:41:33 +0530 Subject: [PATCH] updated dependencies --- terminal-view/build.gradle | 2 +- termux-shared/build.gradle | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/terminal-view/build.gradle b/terminal-view/build.gradle index d603da2880..422e86a6c0 100644 --- a/terminal-view/build.gradle +++ b/terminal-view/build.gradle @@ -5,7 +5,7 @@ android { compileSdkVersion project.properties.compileSdkVersion.toInteger() dependencies { - implementation "androidx.annotation:annotation:1.3.0" + implementation "androidx.annotation:annotation:1.9.1" api project(":terminal-emulator") } diff --git a/termux-shared/build.gradle b/termux-shared/build.gradle index 7c3cfcc71d..b0bb1c8d2c 100644 --- a/termux-shared/build.gradle +++ b/termux-shared/build.gradle @@ -5,10 +5,10 @@ android { compileSdkVersion project.properties.compileSdkVersion.toInteger() dependencies { - implementation "androidx.appcompat:appcompat:1.3.1" - implementation "androidx.annotation:annotation:1.3.0" - implementation "androidx.core:core:1.6.0" - implementation "com.google.android.material:material:1.4.0" + implementation "androidx.appcompat:appcompat:1.7.0" + implementation "androidx.annotation:annotation:1.9.1" + implementation "androidx.core:core:1.15.0" + implementation "com.google.android.material:material:1.12.0" implementation "com.google.guava:guava:24.1-jre" implementation "io.noties.markwon:core:$markwonVersion" implementation "io.noties.markwon:ext-strikethrough:$markwonVersion" @@ -23,7 +23,7 @@ android { // Do not increment version higher than 2.5 or there // will be runtime exceptions on android < 8 // due to missing classes like java.nio.file.Path. - implementation "commons-io:commons-io:2.5" + implementation "commons-io:commons-io:2.13.0" implementation project(":terminal-view")