Skip to content

Commit

Permalink
targetSdk と compileSdk を 34 にする
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoho committed Feb 22, 2024
1 parent 21775fd commit 2d5ec72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ plugins {

android {
namespace "jp.shiguredo.hello"
compileSdk 32
compileSdk 34

defaultConfig {
applicationId "jp.shiguredo.hello"
minSdk 29
targetSdk 32
targetSdk 34
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit 2d5ec72

Please sign in to comment.