Skip to content
This repository was archived by the owner on Jul 11, 2025. It is now read-only.

Commit 03c3067

Browse files
author
Chris Banes
committed
Update all samples
- AGP is now 4.1.2 for all - Gradle 6.7.1 is now used for all - Updated certain dependencies as necessary to build
1 parent 106bf49 commit 03c3067

147 files changed

Lines changed: 2066 additions & 1591 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/scripts/gradlew_recursive.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ set -xe
2121
GRADLE_OPTS="$GRADLE_OPTS -Xmx5120m"
2222
GRADLE_OPTS="$GRADLE_OPTS -XX:+HeapDumpOnOutOfMemoryError"
2323
GRADLE_OPTS="$GRADLE_OPTS -Dorg.gradle.daemon=false"
24-
GRADLE_OPTS="$GRADLE_OPTS -Dorg.gradle.workers.max=2"
25-
GRADLE_OPTS="$GRADLE_OPTS -Dkotlin.incremental=false"
24+
GRADLE_OPTS="$GRADLE_OPTS -Dorg.gradle.parallel=true"
2625
GRADLE_OPTS="$GRADLE_OPTS -Dkotlin.compiler.execution.strategy=in-process"
2726
export GRADLE_OPTS
2827

AdvancedImmersiveMode/Application/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:3.4.2'
9+
classpath 'com.android.tools.build:gradle:4.1.2'
1010
}
1111
}
1212

8.44 KB
Binary file not shown.
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-5.1.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

AdvancedImmersiveMode/gradlew

Lines changed: 69 additions & 48 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AdvancedImmersiveMode/gradlew.bat

Lines changed: 26 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

AndroidOnChromeOSDragAndDropDemo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ buildscript {
2121
jcenter()
2222
}
2323
dependencies {
24-
classpath 'com.android.tools.build:gradle:3.3.0'
24+
classpath 'com.android.tools.build:gradle:4.1.2'
2525
}
2626
}
2727

Binary file not shown.
Lines changed: 2 additions & 2 deletions
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-5.1.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
5-
zipStorePath=wrapper/dists
5+
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)