Skip to content

Commit

Permalink
feat(android): Updates to use Capacitor 5.5.X (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole authored Oct 12, 2023
1 parent 8c5b3d2 commit aeba8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion IonicPortals/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ android {
dependencies {
implementation(kotlin("reflect"))

api("com.capacitorjs:core:[5.4.1,5.5.0)")
api("com.capacitorjs:core:[5.5.0,5.6.0)")
compileOnly("io.ionic:liveupdates:0.4.1")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.0")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ionic-portals-android",
"version": "0.8.2",
"version": "0.8.3",
"description": "Ionic Portals",
"homepage": "https://ionic.io/portals",
"author": "Ionic Team <[email protected]> (https://ionic.io)",
Expand Down

0 comments on commit aeba8fa

Please sign in to comment.