Skip to content

Commit

Permalink
Updated targetSdkVersion to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasBrazi06 committed Nov 16, 2021
1 parent b902970 commit ac59d59
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 @@ -4,8 +4,8 @@ buildscript {
ext {
buildToolsVersion = "29.0.3"
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29
compileSdkVersion = 30
targetSdkVersion = 30
playServicesVersion = "17.0.0"
supportLibVersion = "29.0.0"
ndkVersion = "20.1.5948944"
Expand Down

0 comments on commit ac59d59

Please sign in to comment.