mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-14 01:30:07 +00:00
gradle: Migrate gradle's buildToolsVersion to property one
Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
parent
33602482a2
commit
4c1fd41641
src/xrt
auxiliary/android
ipc/android
targets
|
@ -10,7 +10,7 @@ plugins {
|
|||
|
||||
android {
|
||||
compileSdk project.sharedCompileSdk
|
||||
buildToolsVersion buildToolsVersion
|
||||
buildToolsVersion = buildToolsVersion
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 24
|
||||
|
|
|
@ -13,7 +13,7 @@ plugins {
|
|||
|
||||
android {
|
||||
compileSdk project.sharedCompileSdk
|
||||
buildToolsVersion buildToolsVersion
|
||||
buildToolsVersion = buildToolsVersion
|
||||
|
||||
|
||||
defaultConfig {
|
||||
|
|
|
@ -34,7 +34,7 @@ spotless {
|
|||
|
||||
android {
|
||||
compileSdk project.sharedCompileSdk
|
||||
buildToolsVersion buildToolsVersion
|
||||
buildToolsVersion = buildToolsVersion
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion project.sharedMinSdk
|
||||
|
|
|
@ -110,7 +110,7 @@ if (project.hasProperty("sharedStl") && project.getProperty("sharedStl")) {
|
|||
|
||||
android {
|
||||
compileSdk project.sharedCompileSdk
|
||||
buildToolsVersion buildToolsVersion
|
||||
buildToolsVersion = buildToolsVersion
|
||||
|
||||
ndkVersion "${ndk_version}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue