Skip to content

Commit

Permalink
Bump version to 13.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Apr 8, 2023
1 parent a73e775 commit 5392b9d
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 @@ -57,7 +57,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}.2.1"
def baseVersionName = "${api_version_major}.3.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 = 2;
public static final int PATCH_VERSION = 3;

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 5392b9d

Please sign in to comment.