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'