From b2a499d69b8dadbefa131e64c3a61cd81ae922de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 6 Jun 2025 11:43:25 +0000 Subject: [PATCH] Update dependency androidx.appcompat:appcompat to v1.7.1 --- app/build.gradle | 2 +- network/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 6e94961..0054742 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,7 +54,7 @@ dependencies { //android view dependencies implementation 'androidx.constraintlayout:constraintlayout:1.1.3' - implementation 'androidx.appcompat:appcompat:1.1.0-rc01' + implementation 'androidx.appcompat:appcompat:1.7.1' //retorfit and rxjava implementation 'com.squareup.retrofit2:retrofit:2.6.0' diff --git a/network/build.gradle b/network/build.gradle index dc905f1..a62c474 100644 --- a/network/build.gradle +++ b/network/build.gradle @@ -26,7 +26,7 @@ android { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) - implementation 'androidx.appcompat:appcompat:1.0.2' + implementation 'androidx.appcompat:appcompat:1.7.1' testImplementation 'junit:junit:4.12' androidTestImplementation 'androidx.test:runner:1.2.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'