From f2393b8aacc969733635e1b2e404472bcb1e8e52 Mon Sep 17 00:00:00 2001 From: tsuruooo Date: Tue, 5 Apr 2022 10:30:34 +0900 Subject: [PATCH] Dodnwgrade compileSdkVersion to 31 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index e52a8a2..477ca69 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,7 +24,7 @@ rootProject.allprojects { } apply plugin: 'com.android.library' android { - compileSdkVersion 32 + compileSdkVersion 31 defaultConfig { minSdkVersion 16