Skip to content

Commit

Permalink
[funexpected.android] use sdk 34 (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkb0o authored Jul 2, 2024
1 parent 7f088e7 commit c397943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platform/android/java/app/config.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
ext.versions = [
androidGradlePlugin: '7.3.1',
compileSdk : 33,
compileSdk : 34,
minSdk : 26,
targetSdk : 33,
targetSdk : 34,
buildTools : '33.0.1',
supportCoreUtils : '1.0.0',
kotlinVersion : '1.5.20',
Expand Down

0 comments on commit c397943

Please sign in to comment.