diff --git a/pkg/android/build.gradle b/pkg/android/build.gradle index 62e78e4a..70c307b0 100644 --- a/pkg/android/build.gradle +++ b/pkg/android/build.gradle @@ -34,7 +34,8 @@ android { * Changing them manually might break the compilation! *******************************************************/ - compileSdkVersion androidCompileSdkVersion.toInteger() + //compileSdkVersion androidCompileSdkVersion.toInteger() + compileSdkVersion 31 //buildToolsVersion androidBuildToolsVersion buildToolsVersion '31.0.0' ndkVersion androidNdkVersion