Skip to content

Commit

Permalink
Bump Android SDK to 33 (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
José Pereda authored Sep 1, 2023
1 parent afdb995 commit a145962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/com/gluonhq/substrate/util/FileDeps.java
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public final class FileDeps {

private static final String ANDROID_KEY = "24333f8a63b6825ea9c5514f83c2829b004d1fee";
private static final String[] ANDROID_SDK_PACKAGES = {
"platforms;android-31", "build-tools;31.0.0", "platform-tools",
"platforms;android-33", "build-tools;33.0.2", "platform-tools",
"extras;android;m2repository", "extras;google;m2repository", "ndk;25.2.9519653"
};

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 31
compileSdkVersion 33

compileOptions {
sourceCompatibility 1.8
Expand All @@ -10,7 +10,7 @@ android {

defaultConfig {
minSdkVersion 21
targetSdkVersion 31
targetSdkVersion 33
}

repositories {
Expand Down

0 comments on commit a145962

Please sign in to comment.