File tree 11 files changed +16
-16
lines changed
augmented-reality/src/main/resources/META-INF/substrate/dalvik
barcode-scan/src/main/resources/META-INF/substrate/dalvik
push-notifications/src/main/resources/META-INF/substrate/dalvik
store-review/src/main/resources/META-INF/substrate/dalvik
11 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 10
10
jobs :
11
11
build :
12
12
name : Build
13
- runs-on : macos-11
13
+ runs-on : macos-latest
14
14
strategy :
15
15
fail-fast : false
16
16
steps :
Original file line number Diff line number Diff line change 7
7
jobs :
8
8
build :
9
9
name : Deploy
10
- runs-on : macos-11
10
+ runs-on : macos-latest
11
11
steps :
12
12
- name : Checkout
13
13
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
4
4
google()
5
5
}
6
6
dependencies {
7
- classpath ' com.android.tools.build:gradle:8.1.1 '
7
+ classpath ' com.android.tools.build:gradle:8.5.0 '
8
8
}
9
9
}
10
10
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
3
zipStoreBase =GRADLE_USER_HOME
4
4
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
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ android {
4
4
5
5
namespace ' com.gluonhq.helloandroid'
6
6
7
- compileSdkVersion 33
7
+ compileSdkVersion 34
8
8
9
9
defaultConfig {
10
10
minSdkVersion 21
11
- targetSdkVersion 33
11
+ targetSdkVersion 34
12
12
}
13
13
14
14
dependencies {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def sdkPath(String platform) {
13
13
return " /Applications/Xcode.app/Contents/Developer/Platforms/${ platform} .platform/Developer/SDKs/${ platform}${ IOS_VERSION} .sdk" ;
14
14
}
15
15
16
- def AndroidPlatform = 31
16
+ def AndroidPlatform = 34
17
17
18
18
task androidBuild {
19
19
group = " native"
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
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
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ android {
4
4
5
5
namespace ' com.gluonhq.helloandroid'
6
6
7
- compileSdkVersion 33
7
+ compileSdkVersion 34
8
8
9
9
defaultConfig {
10
10
minSdkVersion 21
11
- targetSdkVersion 33
11
+ targetSdkVersion 34
12
12
}
13
13
14
14
compileOptions {
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ android {
4
4
5
5
namespace ' com.gluonhq.helloandroid'
6
6
7
- compileSdkVersion 33
7
+ compileSdkVersion 34
8
8
9
9
defaultConfig {
10
10
minSdkVersion 21
11
- targetSdkVersion 33
11
+ targetSdkVersion 34
12
12
}
13
13
14
14
dependencies {
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ android {
4
4
5
5
namespace ' com.gluonhq.helloandroid'
6
6
7
- compileSdkVersion 33
7
+ compileSdkVersion 34
8
8
9
9
defaultConfig {
10
10
minSdkVersion 21
11
- targetSdkVersion 33
11
+ targetSdkVersion 34
12
12
}
13
13
14
14
buildFeatures {
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ android {
4
4
5
5
namespace ' com.gluonhq.helloandroid'
6
6
7
- compileSdkVersion 33
7
+ compileSdkVersion 34
8
8
9
9
defaultConfig {
10
10
minSdkVersion 21
11
- targetSdkVersion 33
11
+ targetSdkVersion 34
12
12
}
13
13
14
14
buildFeatures {
You can’t perform that action at this time.
0 commit comments