Skip to content

Commit a7d2cfb

Browse files
authored
bump Android SDK to 35 (#423)
1 parent b6352c3 commit a7d2cfb

File tree

9 files changed

+14
-19
lines changed

9 files changed

+14
-19
lines changed

gradle/android_project/build.gradle

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

gradle/android_project/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip

gradle/android_project/library/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ android {
44

55
namespace 'com.gluonhq.helloandroid'
66

7-
compileSdkVersion 34
8-
97
defaultConfig {
108
minSdkVersion 21
11-
targetSdkVersion 34
9+
compileSdk 35
10+
targetSdkVersion 35
1211
}
1312

1413
dependencies {

gradle/native-build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def sdkPath(String platform) {
1313
return "/Applications/Xcode.app/Contents/Developer/Platforms/${platform}.platform/Developer/SDKs/${platform}${IOS_VERSION}.sdk";
1414
}
1515

16-
def AndroidPlatform = 34
16+
def AndroidPlatform = 35
1717

1818
task androidBuild {
1919
group = "native"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

modules/augmented-reality/src/main/resources/META-INF/substrate/dalvik/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ android {
44

55
namespace 'com.gluonhq.helloandroid'
66

7-
compileSdkVersion 34
8-
97
defaultConfig {
108
minSdkVersion 21
11-
targetSdkVersion 34
9+
compileSdk 35
10+
targetSdkVersion 35
1211
}
1312

1413
compileOptions {

modules/barcode-scan/src/main/resources/META-INF/substrate/dalvik/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ android {
44

55
namespace 'com.gluonhq.helloandroid'
66

7-
compileSdkVersion 34
8-
97
defaultConfig {
108
minSdkVersion 21
11-
targetSdkVersion 34
9+
compileSdk 35
10+
targetSdkVersion 35
1211
}
1312

1413
dependencies {

modules/push-notifications/src/main/resources/META-INF/substrate/dalvik/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ android {
44

55
namespace 'com.gluonhq.helloandroid'
66

7-
compileSdkVersion 34
8-
97
defaultConfig {
108
minSdkVersion 21
11-
targetSdkVersion 34
9+
compileSdk 35
10+
targetSdkVersion 35
1211
}
1312

1413
buildFeatures {

modules/store-review/src/main/resources/META-INF/substrate/dalvik/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ android {
44

55
namespace 'com.gluonhq.helloandroid'
66

7-
compileSdkVersion 34
8-
97
defaultConfig {
108
minSdkVersion 21
11-
targetSdkVersion 34
9+
compileSdk 35
10+
targetSdkVersion 35
1211
}
1312

1413
buildFeatures {

0 commit comments

Comments
 (0)