diff --git a/app/build.gradle b/app/build.gradle index 841f784..e1d4269 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "xtr.keymapper" minSdk 28 targetSdk 33 - versionCode 10 - versionName '2.1.0' + versionCode 11 + versionName '2.1.1' testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" ndk { @@ -50,9 +50,9 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.6.1' implementation "androidx.constraintlayout:constraintlayout:2.1.4" implementation "androidx.coordinatorlayout:coordinatorlayout:1.2.0" - implementation 'com.google.android.material:material:1.10.0' + implementation 'com.google.android.material:material:1.11.0' implementation "com.leinardi.android:speed-dial:3.3.0" - implementation 'androidx.webkit:webkit:1.8.0' + implementation 'androidx.webkit:webkit:1.10.0' // The core module that provides APIs to a shell implementation "com.github.topjohnwu.libsu:core:5.2.1" // Optional: APIs for creating root services. Depends on ":core"