File tree 14 files changed +19
-20
lines changed
tv-casting-app/android/App
third_party/android_deps/gradle/wrapper
14 files changed +19
-20
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
33
33
name : Run
34
34
35
35
env :
36
- JAVA_HOME : /usr/lib/jvm/java-8 -openjdk-amd64/
36
+ JAVA_HOME : /usr/lib/jvm/java-17 -openjdk-amd64/
37
37
38
38
runs-on : ubuntu-latest
39
39
if : github.actor != 'restyled-io[bot]'
40
40
41
41
container :
42
- image : ghcr.io/project-chip/chip-build-android:104
42
+ image : ghcr.io/project-chip/chip-build-android:106
43
43
volumes :
44
44
- " /tmp/log_output:/tmp/test_logs"
45
45
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
31
31
name : Smoke Run - Android
32
32
33
33
env :
34
- JAVA_HOME : /usr/lib/jvm/java-8 -openjdk-amd64/
34
+ JAVA_HOME : /usr/lib/jvm/java-17 -openjdk-amd64/
35
35
36
36
runs-on : ubuntu-latest
37
37
if : github.actor != 'restyled-io[bot]'
38
38
39
39
container :
40
- image : ghcr.io/project-chip/chip-build-android:98
40
+ image : ghcr.io/project-chip/chip-build-android:106
41
41
volumes :
42
42
- " /:/runner-root-volume"
43
43
- " /tmp/log_output:/tmp/test_logs"
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = " 1.8.10 "
3
+ ext. kotlin_version = " 2.0.0 "
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath " com.android.tools.build:gradle:4.2.2 "
9
+ classpath " com.android.tools.build:gradle:7.1.3 "
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 6
6
# http://www.gradle.org/docs/current/userguide/build_environment.html
7
7
# Specifies the JVM arguments used for the daemon process.
8
8
# The setting is particularly useful for tweaking memory settings.
9
- org.gradle.jvmargs =-Xmx4096m -XX:MaxPermSize=2048m -XX: +HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
9
+ org.gradle.jvmargs =-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
10
10
# When configured, Gradle will run in incubating parallel mode.
11
11
# This option should only be used with decoupled projects. More details, visit
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
Original file line number Diff line number Diff line change 1
1
# Mon Aug 16 17:10:29 CST 2021
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = ' 1.8.10 '
3
+ ext. kotlin_version = ' 2.0.0 '
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath " com.android.tools.build:gradle:4.2.0 "
9
+ classpath " com.android.tools.build:gradle:7.1.3 "
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
12
12
// NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 6
6
# http://www.gradle.org/docs/current/userguide/build_environment.html
7
7
# Specifies the JVM arguments used for the daemon process.
8
8
# The setting is particularly useful for tweaking memory settings.
9
- org.gradle.jvmargs =-Xmx4096m -XX:MaxPermSize=2048m -XX: +HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
9
+ org.gradle.jvmargs =-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
10
10
# When configured, Gradle will run in incubating parallel mode.
11
11
# This option should only be used with decoupled projects. More details, visit
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
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-7.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = ' 1.9.20 '
3
+ ext. kotlin_version = ' 2.0.0 '
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:4.2.2 '
9
+ classpath ' com.android.tools.build:gradle:7.1.3 '
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 6
6
# http://www.gradle.org/docs/current/userguide/build_environment.html
7
7
# Specifies the JVM arguments used for the daemon process.
8
8
# The setting is particularly useful for tweaking memory settings.
9
- org.gradle.jvmargs =-Xmx4096m -XX:MaxPermSize=2048m -XX: +HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
9
+ org.gradle.jvmargs =-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
10
10
# When configured, Gradle will run in incubating parallel mode.
11
11
# This option should only be used with decoupled projects. More details, visit
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
@@ -24,4 +24,3 @@ matterSdkSourceBuild=false
24
24
# example) to build SDK from source code and debug in Android Studio.
25
25
# Set to blank to use the SDK prebuilt by scripts/build/build_examples.py.
26
26
matterBuildSrcDir =out/android-arm64-chip-tvserver
27
-
Original file line number Diff line number Diff line change 1
1
# Tue Oct 26 11:10:18 CST 2021
2
2
distributionBase =GRADLE_USER_HOME
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1.1 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
4
4
distributionPath =wrapper/dists
5
5
zipStorePath =wrapper/dists
6
6
zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ buildscript {
5
5
mavenCentral()
6
6
}
7
7
dependencies {
8
- classpath ' com.android.tools.build:gradle:4.2.2 '
8
+ classpath ' com.android.tools.build:gradle:7.1.3 '
9
9
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
Original file line number Diff line number Diff line change 6
6
# http://www.gradle.org/docs/current/userguide/build_environment.html
7
7
# Specifies the JVM arguments used for the daemon process.
8
8
# The setting is particularly useful for tweaking memory settings.
9
- org.gradle.jvmargs =-Xmx4096m -XX:MaxPermSize=2048m -XX: +HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
9
+ org.gradle.jvmargs =-Xmx4096m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8
10
10
# When configured, Gradle will run in incubating parallel mode.
11
11
# This option should only be used with decoupled projects. More details, visit
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
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-7.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.3.3 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments