Skip to content

Commit a1d8f55

Browse files
utzcozrpavlik
authored andcommitted
gradle: hello_xr: Migrate compileSdkVersion to compileSdk
Signed-off-by: utzcoz <[email protected]>
1 parent 511d551 commit a1d8f55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tests/hello_xr/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ project.ext.repoRoot = file('../../../')
2626
apply from: file('../../version.gradle')
2727

2828
android {
29-
compileSdkVersion 29
29+
compileSdk 29
3030
buildToolsVersion "30.0.3"
3131
ndkVersion "21.4.7075529"
3232

3333
defaultConfig {
3434
applicationId "org.khronos.openxr.hello_xr"
3535
// for Vulkan, need at least 24
3636
minSdkVersion 24
37-
compileSdkVersion 26
37+
compileSdk 26
3838

3939
versionName = project.versionOpenXR.toString() + project.versionQualifier
4040
versionCode = project.versionOpenXR.getVersionCode()

0 commit comments

Comments
 (0)