Skip to content

Commit

Permalink
chore: 안드로이드 targetSdkVersion 30으로
Browse files Browse the repository at this point in the history
  • Loading branch information
potados99 committed Nov 25, 2021
1 parent 22cae95 commit d965b98
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 @@ -3,8 +3,8 @@
buildscript {
ext {
minSdkVersion = 26
compileSdkVersion = 29
targetSdkVersion = 29
compileSdkVersion = 30
targetSdkVersion = 30
ndkVersion = "20.1.5948944"
}
repositories {
Expand Down

0 comments on commit d965b98

Please sign in to comment.