diff --git a/pkg/android/build.gradle b/pkg/android/build.gradle index 70c307b0..0a8601c4 100644 --- a/pkg/android/build.gradle +++ b/pkg/android/build.gradle @@ -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 {