diff --git a/app/build.gradle b/app/build.gradle index 8be4a5d..2ebdf2f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation project(':universal_adapter') implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" - implementation 'androidx.appcompat:appcompat:1.3.1' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.core:core-ktx:1.6.0' implementation 'androidx.constraintlayout:constraintlayout:2.1.1' diff --git a/universal_adapter/build.gradle b/universal_adapter/build.gradle index 8e939d2..61f7066 100644 --- a/universal_adapter/build.gradle +++ b/universal_adapter/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation 'androidx.core:core-ktx:1.3.2' - implementation 'androidx.appcompat:appcompat:1.2.0' + implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.3.0' //testImplementation 'junit:junit:4.13.2' //androidTestImplementation 'androidx.test.ext:junit:1.1.2'