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'