Skip to content

Commit

Permalink
COF-328 | Set targetSdk to 33 (#182)
Browse files Browse the repository at this point in the history
resol el problema amb Xiaomi i Android 14
  • Loading branch information
fpsampayo authored May 13, 2024
1 parent 62e4f81 commit 1d598a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/build/*
/release/*
!/build/.npmkeep
2 changes: 1 addition & 1 deletion android/variables.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
minSdkVersion = 22
compileSdkVersion = 32
targetSdkVersion = 34
targetSdkVersion = 33
androidxActivityVersion = '1.4.0'
androidxAppCompatVersion = '1.4.2'
androidxCoordinatorLayoutVersion = '1.2.0'
Expand Down

0 comments on commit 1d598a9

Please sign in to comment.