File tree Expand file tree Collapse file tree 14 files changed +19
-20
lines changed
tv-casting-app/android/App
third_party/android_deps/gradle/wrapper Expand file tree Collapse file tree 14 files changed +19
-20
lines changed Original file line number Diff line number Diff line change @@ -33,13 +33,13 @@ jobs:
3333 name : Run
3434
3535 env :
36- JAVA_HOME : /usr/lib/jvm/java-8 -openjdk-amd64/
36+ JAVA_HOME : /usr/lib/jvm/java-17 -openjdk-amd64/
3737
3838 runs-on : ubuntu-latest
3939 if : github.actor != 'restyled-io[bot]'
4040
4141 container :
42- image : ghcr.io/project-chip/chip-build-android:104
42+ image : ghcr.io/project-chip/chip-build-android:106
4343 volumes :
4444 - " /tmp/log_output:/tmp/test_logs"
4545
Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ jobs:
3131 name : Smoke Run - Android
3232
3333 env :
34- JAVA_HOME : /usr/lib/jvm/java-8 -openjdk-amd64/
34+ JAVA_HOME : /usr/lib/jvm/java-17 -openjdk-amd64/
3535
3636 runs-on : ubuntu-latest
3737 if : github.actor != 'restyled-io[bot]'
3838
3939 container :
40- image : ghcr.io/project-chip/chip-build-android:98
40+ image : ghcr.io/project-chip/chip-build-android:106
4141 volumes :
4242 - " /:/runner-root-volume"
4343 - " /tmp/log_output:/tmp/test_logs"
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = " 1.8.10 "
3+ ext. kotlin_version = " 2.0.0 "
44 repositories {
55 google()
66 mavenCentral()
77 }
88 dependencies {
9- classpath " com.android.tools.build:gradle:4.2.2 "
9+ classpath " com.android.tools.build:gradle:7.1.3 "
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111
1212 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 66# http://www.gradle.org/docs/current/userguide/build_environment.html
77# Specifies the JVM arguments used for the daemon process.
88# 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
1010# When configured, Gradle will run in incubating parallel mode.
1111# This option should only be used with decoupled projects. More details, visit
1212# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
Original file line number Diff line number Diff line change 11# Mon Aug 16 17:10:29 CST 2021
22distributionBase =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
44distributionPath =wrapper/dists
55zipStorePath =wrapper/dists
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = ' 1.8.10 '
3+ ext. kotlin_version = ' 2.0.0 '
44 repositories {
55 google()
66 mavenCentral()
77 }
88 dependencies {
9- classpath " com.android.tools.build:gradle:4.2.0 "
9+ classpath " com.android.tools.build:gradle:7.1.3 "
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111
1212 // NOTE: Do not place your application dependencies here; they belong
Original file line number Diff line number Diff line change 66# http://www.gradle.org/docs/current/userguide/build_environment.html
77# Specifies the JVM arguments used for the daemon process.
88# 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
1010# When configured, Gradle will run in incubating parallel mode.
1111# This option should only be used with decoupled projects. More details, visit
1212# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22buildscript {
3- ext. kotlin_version = ' 1.9.20 '
3+ ext. kotlin_version = ' 2.0.0 '
44 repositories {
55 google()
66 mavenCentral()
77 }
88 dependencies {
9- classpath ' com.android.tools.build:gradle:4.2.2 '
9+ classpath ' com.android.tools.build:gradle:7.1.3 '
1010 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
1111 // NOTE: Do not place your application dependencies here; they belong
1212 // in the individual module build.gradle files
Original file line number Diff line number Diff line change 66# http://www.gradle.org/docs/current/userguide/build_environment.html
77# Specifies the JVM arguments used for the daemon process.
88# 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
1010# When configured, Gradle will run in incubating parallel mode.
1111# This option should only be used with decoupled projects. More details, visit
1212# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
@@ -24,4 +24,3 @@ matterSdkSourceBuild=false
2424# example) to build SDK from source code and debug in Android Studio.
2525# Set to blank to use the SDK prebuilt by scripts/build/build_examples.py.
2626matterBuildSrcDir =out/android-arm64-chip-tvserver
27-
You can’t perform that action at this time.
0 commit comments