Skip to content

Commit

Permalink
gradle: hello_xr: Migrate compileSdkVersion to compileSdk
Browse files Browse the repository at this point in the history
Signed-off-by: utzcoz <utzcoz@outlook.com>
  • Loading branch information
utzcoz committed Apr 8, 2023
1 parent aa74c84 commit 7c0a6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/hello_xr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ project.ext.repoRoot = file('../../../')
apply from: file('../../version.gradle')

android {
compileSdkVersion 29
compileSdk 29
buildToolsVersion "30.0.3"
ndkVersion "21.4.7075529"

defaultConfig {
applicationId "org.khronos.openxr.hello_xr"
// for Vulkan, need at least 24
minSdkVersion 24
compileSdkVersion 26
compileSdk 26

versionName = project.versionOpenXR.toString() + project.versionQualifier
versionCode = project.versionOpenXR.getVersionCode()
Expand Down

0 comments on commit 7c0a6b7

Please sign in to comment.