Skip to content

Commit

Permalink
Bump version to 0.13.0 & Update target platform to 33
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe committed Jun 25, 2022
1 parent 954f26f commit 63fc752
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/java/Versions.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
public final class Versions {

// Project versions
public final static String versionName = "0.12.0";
public final static int versionCode = 52;
public final static String versionName = "0.13.0";
public final static int versionCode = 53;

// Platform & Tool versions
public final static String buildToolsVersion = "32.0.0";
public final static int compileSdkVersion = 32;
public final static int compileSdkVersion = 33;
public final static int minSdkVersion = 21;
public final static int targetSdkVersion = 32;
public final static int targetSdkVersion = 33;

// Dependency versions
public final static String antlrVersion = "4.9.2";
Expand Down

0 comments on commit 63fc752

Please sign in to comment.