Skip to content

Commit

Permalink
Bump version to 12.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Sep 13, 2022
1 parent 34ed475 commit bd25f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ task clean(type: Delete) {

def gitCommitId = 'git rev-parse --short HEAD'.execute([], project.rootDir).text.trim()
def gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())
def baseVersionName = "${api_version_major}.10.0"
def baseVersionName = "${api_version_major}.11.0"
ext {
minSdkVersion = 23
targetSdkVersion = 32
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class ServerConstants {

public static final int MANAGER_APP_NOT_FOUND = 50;

public static final int PATCH_VERSION = 10;
public static final int PATCH_VERSION = 11;

public static final String PERMISSION = "moe.shizuku.manager.permission.API_V23";
public static final String MANAGER_APPLICATION_ID = "moe.shizuku.privileged.api";
Expand Down

0 comments on commit bd25f48

Please sign in to comment.