Skip to content

Commit

Permalink
🔧 Update Android target SDK version to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Jun 27, 2023
1 parent a397db9 commit acba543
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
kotlinVersion = "1.6.0"
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
compileSdkVersion = 31
targetSdkVersion = 31
supportLibVersion = "28.0.0"
ndkVersion = "21.4.7075529"
}
Expand Down

0 comments on commit acba543

Please sign in to comment.