mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Removed SDK/buildtools workaround
This commit is contained in:
parent
688861bf65
commit
f0036bfd28
@ -34,10 +34,8 @@ android {
|
|||||||
* Changing them manually might break the compilation!
|
* Changing them manually might break the compilation!
|
||||||
*******************************************************/
|
*******************************************************/
|
||||||
|
|
||||||
//compileSdkVersion androidCompileSdkVersion.toInteger()
|
compileSdkVersion androidCompileSdkVersion.toInteger()
|
||||||
compileSdkVersion 31
|
buildToolsVersion androidBuildToolsVersion
|
||||||
//buildToolsVersion androidBuildToolsVersion
|
|
||||||
buildToolsVersion '31.0.0'
|
|
||||||
ndkVersion androidNdkVersion
|
ndkVersion androidNdkVersion
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
Loading…
Reference in New Issue
Block a user