mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-30 18:38:32 +00:00
gradle: Update Android build tools
This commit is contained in:
parent
995866a576
commit
690141a7ee
src/xrt
|
@ -11,7 +11,7 @@ plugins {
|
|||
|
||||
android {
|
||||
compileSdkVersion project.sharedTargetSdk
|
||||
buildToolsVersion '30.0.2'
|
||||
buildToolsVersion '30.0.3'
|
||||
|
||||
|
||||
defaultConfig {
|
||||
|
|
|
@ -69,7 +69,7 @@ task copyDownloadedLicenses(type: Copy) {
|
|||
}
|
||||
android {
|
||||
compileSdkVersion project.sharedTargetSdk
|
||||
buildToolsVersion '30.0.2'
|
||||
buildToolsVersion '30.0.3'
|
||||
|
||||
ndkVersion "${ndk_version}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue