1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Revert "Removed SDK/buildtools workaround"

This reverts commit f0036bfd28.
This commit is contained in:
Martin Tůma 2023-06-23 10:08:30 +02:00
parent f0036bfd28
commit 1dc963b133

View File

@ -34,8 +34,10 @@ android {
* Changing them manually might break the compilation! * Changing them manually might break the compilation!
*******************************************************/ *******************************************************/
compileSdkVersion androidCompileSdkVersion.toInteger() //compileSdkVersion androidCompileSdkVersion.toInteger()
buildToolsVersion androidBuildToolsVersion compileSdkVersion 31
//buildToolsVersion androidBuildToolsVersion
buildToolsVersion '31.0.0'
ndkVersion androidNdkVersion ndkVersion androidNdkVersion
sourceSets { sourceSets {