Skip to content

Commit

Permalink
chore: updated capacitor dependency to 5.7.+ (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole committed Feb 13, 2024
1 parent a7526f1 commit f079281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IonicPortals/build.gradle.kts
Expand Up @@ -45,7 +45,7 @@ android {
dependencies {
implementation(kotlin("reflect"))

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

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
Expand Down

0 comments on commit f079281

Please sign in to comment.