gradle: Migrate gradle's buildToolsVersion to property one

Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
utzcoz 2023-10-28 21:06:27 +08:00 committed by Rylie Pavlik
parent 33602482a2
commit 4c1fd41641
4 changed files with 4 additions and 4 deletions
src/xrt
auxiliary/android
ipc/android
targets
android_common
openxr_android

View file

@ -10,7 +10,7 @@ plugins {
android {
compileSdk project.sharedCompileSdk
buildToolsVersion buildToolsVersion
buildToolsVersion = buildToolsVersion
defaultConfig {
minSdkVersion 24

View file

@ -13,7 +13,7 @@ plugins {
android {
compileSdk project.sharedCompileSdk
buildToolsVersion buildToolsVersion
buildToolsVersion = buildToolsVersion
defaultConfig {

View file

@ -34,7 +34,7 @@ spotless {
android {
compileSdk project.sharedCompileSdk
buildToolsVersion buildToolsVersion
buildToolsVersion = buildToolsVersion
defaultConfig {
minSdkVersion project.sharedMinSdk

View file

@ -110,7 +110,7 @@ if (project.hasProperty("sharedStl") && project.getProperty("sharedStl")) {
android {
compileSdk project.sharedCompileSdk
buildToolsVersion buildToolsVersion
buildToolsVersion = buildToolsVersion
ndkVersion "${ndk_version}"