Skip to content

Commit a3c4673

Browse files
authored
upgrade compileSdkVersion to 31 to avoid build release failed in android (#190)
1 parent 062ceb8 commit a3c4673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ rootProject.allprojects {
2222
apply plugin: 'com.android.library'
2323

2424
android {
25-
compileSdkVersion 28
25+
compileSdkVersion 31
2626

2727
defaultConfig {
2828
minSdkVersion 23

0 commit comments

Comments
 (0)