Skip to content

Commit

Permalink
bump sdk version for google play
Browse files Browse the repository at this point in the history
  • Loading branch information
austinried committed Aug 26, 2021
1 parent 2e96c61 commit 0465147
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 @@ -2,10 +2,10 @@

buildscript {
ext {
buildToolsVersion = "29.0.3"
buildToolsVersion = "30.0.3"
minSdkVersion = 21
compileSdkVersion = 29
targetSdkVersion = 29
compileSdkVersion = 30
targetSdkVersion = 30
ndkVersion = "20.1.5948944"

// react-native-async-storage next
Expand Down

0 comments on commit 0465147

Please sign in to comment.