Skip to content

Commit

Permalink
hello_xr: Bump AGP to 7.0.4 (#334)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
utzcoz authored Sep 29, 2022
1 parent fc68b92 commit 887c47c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions changes/sdk/pr.334.gh.OpenXR-SDK-Source.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
hello_xr: Bump hello_xr AGP to 7.0.4 to fix building of hello_xr on M1 device
2 changes: 1 addition & 1 deletion src/tests/hello_xr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:7.0.4'
}
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 887c47c

Please sign in to comment.