Skip to content

Commit 887c47c

Browse files
authored
hello_xr: Bump AGP to 7.0.4 (#334)
* hello_xr: Bump AGP to 7.0.4 It will help to fix building of hello_xr on macOS M1. Signed-off-by: utzcoz <utzcoz@outlook.com> * Changelog fragment Signed-off-by: utzcoz <utzcoz@outlook.com> Signed-off-by: utzcoz <utzcoz@outlook.com>
1 parent fc68b92 commit 887c47c

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
hello_xr: Bump hello_xr AGP to 7.0.4 to fix building of hello_xr on M1 device

src/tests/hello_xr/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
mavenCentral()
1111
}
1212
dependencies {
13-
classpath 'com.android.tools.build:gradle:4.1.3'
13+
classpath 'com.android.tools.build:gradle:7.0.4'
1414
}
1515
}
1616

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-6.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)