1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 06:43:22 +02:00

Removed SDK/buildtools workaround

This commit is contained in:
Martin Tůma 2023-06-23 09:33:04 +02:00
parent 688861bf65
commit f0036bfd28

View File

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