From a04fa45892d65d1985ecffc6821c48404d0d7d13 Mon Sep 17 00:00:00 2001 From: fankesyooni Date: Tue, 16 Aug 2022 02:22:40 +0800 Subject: [PATCH] Update Gradle dependencies --- demo-app/build.gradle | 2 +- demo-module/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/demo-app/build.gradle b/demo-app/build.gradle index 54302ab7..3da25386 100644 --- a/demo-app/build.gradle +++ b/demo-app/build.gradle @@ -48,7 +48,7 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.8.0' - implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.appcompat:appcompat:1.5.0' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2' diff --git a/demo-module/build.gradle b/demo-module/build.gradle index df578829..72cbe500 100644 --- a/demo-module/build.gradle +++ b/demo-module/build.gradle @@ -61,7 +61,7 @@ dependencies { ksp project(':yukihookapi-ksp-xposed') implementation 'androidx.preference:preference-ktx:1.2.0' implementation 'androidx.core:core-ktx:1.8.0' - implementation 'androidx.appcompat:appcompat:1.4.2' + implementation 'androidx.appcompat:appcompat:1.5.0' implementation 'com.google.android.material:material:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' testImplementation 'junit:junit:4.13.2'