Skip to content

Commit

Permalink
feat: upgrading targetSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivs committed Jul 27, 2022
1 parent 79836db commit 6a1741f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ buildscript {
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 30
targetSdkVersion = 30
compileSdkVersion = 31
targetSdkVersion = 31
androidXCore = "1.0.2"
multiDexEnabled = true
googlePlayServicesVersion = "17.0.0"
kotlinVersion = '1.4.21'
kotlinVersion = '1.6.0'
}
repositories {
google()
Expand Down

0 comments on commit 6a1741f

Please sign in to comment.