Skip to content

Commit 202989e

Browse files
authored
Bump Android SDK to 34 (#395)
* Bump Android SDK to 34 * bump macos runner
1 parent f26c5d0 commit 202989e

File tree

11 files changed

+16
-16
lines changed

11 files changed

+16
-16
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
build:
1212
name: Build
13-
runs-on: macos-11
13+
runs-on: macos-latest
1414
strategy:
1515
fail-fast: false
1616
steps:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build:
99
name: Deploy
10-
runs-on: macos-11
10+
runs-on: macos-latest
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2

gradle/android_project/build.gradle

+1-1
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.1.1'
7+
classpath 'com.android.tools.build:gradle:8.5.0'
88
}
99
}
1010

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

+1-1
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.3-bin.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip

gradle/android_project/library/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ android {
44

55
namespace 'com.gluonhq.helloandroid'
66

7-
compileSdkVersion 33
7+
compileSdkVersion 34
88

99
defaultConfig {
1010
minSdkVersion 21
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
}
1313

1414
dependencies {

gradle/native-build.gradle

+1-1
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 = 31
16+
def AndroidPlatform = 34
1717

1818
task androidBuild {
1919
group = "native"
+1-1
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.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ android {
44

55
namespace 'com.gluonhq.helloandroid'
66

7-
compileSdkVersion 33
7+
compileSdkVersion 34
88

99
defaultConfig {
1010
minSdkVersion 21
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
}
1313

1414
compileOptions {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ android {
44

55
namespace 'com.gluonhq.helloandroid'
66

7-
compileSdkVersion 33
7+
compileSdkVersion 34
88

99
defaultConfig {
1010
minSdkVersion 21
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
}
1313

1414
dependencies {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ android {
44

55
namespace 'com.gluonhq.helloandroid'
66

7-
compileSdkVersion 33
7+
compileSdkVersion 34
88

99
defaultConfig {
1010
minSdkVersion 21
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
}
1313

1414
buildFeatures {

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ android {
44

55
namespace 'com.gluonhq.helloandroid'
66

7-
compileSdkVersion 33
7+
compileSdkVersion 34
88

99
defaultConfig {
1010
minSdkVersion 21
11-
targetSdkVersion 33
11+
targetSdkVersion 34
1212
}
1313

1414
buildFeatures {

0 commit comments

Comments
 (0)