Skip to content

Commit

Permalink
Finish example app update for Capacitor 7
Browse files Browse the repository at this point in the history
  • Loading branch information
nkalupahana committed Feb 7, 2025
1 parent a0f7ade commit 09bc3fb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example/android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

android {
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17
sourceCompatibility JavaVersion.VERSION_21
targetCompatibility JavaVersion.VERSION_21
}
}

Expand Down
9 changes: 5 additions & 4 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@
"@capacitor/cli": "^7.0.0"
},
"description": "An Ionic project"
}
}

0 comments on commit 09bc3fb

Please sign in to comment.