Skip to content

Commit

Permalink
Update target sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoCabreraJr committed Jan 9, 2024
1 parent 06a8d6f commit 4906fd8
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 {
ext {
buildToolsVersion = "30.0.2"
minSdkVersion = 21
compileSdkVersion = 31
targetSdkVersion = 31
compileSdkVersion = 33
targetSdkVersion = 33
kotlinVersion = "1.4.32"
firebaseMessagingVersion = "21.1.0"
}
Expand Down

0 comments on commit 4906fd8

Please sign in to comment.