diff --git a/app/build.gradle b/app/build.gradle index 9322877..bd9587a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -111,7 +111,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" implementation 'com.github.bumptech.glide:glide:4.12.0' - implementation 'com.google.android.material:material:1.8.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'com.google.code.gson:gson:2.8.7' implementation 'com.squareup.okhttp3:okhttp:3.9.1' implementation 'com.termux.termux-app:terminal-view:0.117' diff --git a/common/build.gradle b/common/build.gradle index 8818ef5..9a4dc01 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -32,6 +32,6 @@ android { dependencies { implementation 'androidx.appcompat:appcompat:1.4.0' - implementation 'com.google.android.material:material:1.8.0' + implementation 'com.google.android.material:material:1.12.0' implementation 'com.google.code.gson:gson:2.8.7' }