Skip to content

Commit f6d8a4f

Browse files
authored
Bump Android SDK to 35 (#1325)
1 parent 51c966a commit f6d8a4f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/main/java/com/gluonhq/substrate/util/FileDeps.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2019, 2024, Gluon
2+
* Copyright (c) 2019, 2025, Gluon
33
*
44
* This program is free software: you can redistribute it and/or modify
55
* it under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ public final class FileDeps {
7272

7373
private static final String ANDROID_KEY = "24333f8a63b6825ea9c5514f83c2829b004d1fee";
7474
private static final String[] ANDROID_SDK_PACKAGES = {
75-
"platforms;android-34", "build-tools;34.0.0", "platform-tools",
75+
"platforms;android-35", "build-tools;35.0.0", "platform-tools",
7676
"extras;android;m2repository", "extras;google;m2repository", "ndk;" + ANDROID_NDK_VERSION
7777
};
7878

src/main/resources/native/android/android_project/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.android.application'
22

33
android {
44
namespace 'com.gluonhq.helloandroid'
5-
compileSdkVersion 34
65

76
compileOptions {
87
sourceCompatibility 1.8
@@ -11,7 +10,8 @@ android {
1110

1211
defaultConfig {
1312
minSdkVersion 21
14-
targetSdkVersion 34
13+
compileSdk 35
14+
targetSdkVersion 35
1515
}
1616

1717
repositories {

src/main/resources/native/android/android_project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ buildscript {
55
google()
66
}
77
dependencies {
8-
classpath 'com.android.tools.build:gradle:8.5.0'
8+
classpath 'com.android.tools.build:gradle:8.8.2'
99
}
1010
}
1111

0 commit comments

Comments
 (0)