Skip to content

Commit

Permalink
chore: release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Feb 5, 2024
1 parent 6c24cf2 commit bf5fdaa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit bf5fdaa

Please sign in to comment.