Skip to content

Commit

Permalink
Merge pull request #993 from IsakTheHacker/compile-sdk-34
Browse files Browse the repository at this point in the history
Bump compile sdk version from 30 to 34
  • Loading branch information
mhsmith authored Oct 26, 2023
2 parents da72f66 + 1e2bc87 commit 3eacacb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Common {
// This should match api_level in target/build-common.sh.
public static final int MIN_SDK_VERSION = 21;

public static final int COMPILE_SDK_VERSION = 30;
public static final int COMPILE_SDK_VERSION = 34;

public static final Map<String, String> PYTHON_VERSIONS = new LinkedHashMap<>();
static {
Expand Down

0 comments on commit 3eacacb

Please sign in to comment.