Skip to content

Commit

Permalink
chore: Release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Feb 22, 2024
1 parent e974243 commit 80ec2cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "xtr.keymapper"
minSdk 28
targetSdk 34
versionCode 11
versionName '2.1.1'
versionCode 12
versionName '2.1.2'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private static void bindShizukuService(Context context, RemoteServiceConnection
.daemon(false)
.processNameSuffix("service")
.debuggable(false)
.version(11);
.version(12);
Shizuku.bindUserService(userServiceArgs, connection);
}

Expand Down

0 comments on commit 80ec2cb

Please sign in to comment.