We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b056a60 commit 50453fbCopy full SHA for 50453fb
android/build.gradle
@@ -11,9 +11,9 @@ buildscript {
11
12
apply plugin: 'com.android.library'
13
14
-def DEFAULT_COMPILE_SDK_VERSION = 27
15
-def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
16
-def DEFAULT_TARGET_SDK_VERSION = 26
+def DEFAULT_COMPILE_SDK_VERSION = 30
+def DEFAULT_BUILD_TOOLS_VERSION = "30.0.2"
+def DEFAULT_TARGET_SDK_VERSION = 30
17
18
android {
19
compileSdkVersion rootProject.hasProperty('compileSdkVersion') ? rootProject.compileSdkVersion : DEFAULT_COMPILE_SDK_VERSION
0 commit comments