diff --git a/android/build.gradle b/android/build.gradle index 4c5daf0..8dd70c9 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -38,8 +38,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 30 - + compileSdk 31 compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8