Skip to content

Commit

Permalink
fix(android): update default compileSdkVersion to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
whitedogg13 committed Dec 14, 2021
1 parent 35b904c commit 18a74db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
apply plugin: 'com.android.library'

android {
compileSdkVersion safeExtGet('compileSdkVersion', 27)
compileSdkVersion safeExtGet('compileSdkVersion', 31)
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 16)
//noinspection OldTargetApi
Expand Down

0 comments on commit 18a74db

Please sign in to comment.