gradle: Update Android build tools

This commit is contained in:
Ryan Pavlik 2021-05-18 11:39:58 -05:00
parent 995866a576
commit 690141a7ee
2 changed files with 2 additions and 2 deletions
src/xrt
ipc/android
targets/openxr_android

View file

@ -11,7 +11,7 @@ plugins {
android {
compileSdkVersion project.sharedTargetSdk
buildToolsVersion '30.0.2'
buildToolsVersion '30.0.3'
defaultConfig {

View file

@ -69,7 +69,7 @@ task copyDownloadedLicenses(type: Copy) {
}
android {
compileSdkVersion project.sharedTargetSdk
buildToolsVersion '30.0.2'
buildToolsVersion '30.0.3'
ndkVersion "${ndk_version}"