We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430b754 commit 06a0fa7Copy full SHA for 06a0fa7
IonicPortals/build.gradle.kts
@@ -44,8 +44,8 @@ android {
44
dependencies {
45
implementation(kotlin("reflect"))
46
47
- api("com.capacitorjs:core:[6.0.0,6.1.0)")
48
- compileOnly("io.ionic:liveupdates:0.5.1")
+ api("com.capacitorjs:core:[6.0.0,7.0.0)")
+ compileOnly("io.ionic:liveupdates:0.5.5")
49
50
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
51
implementation("androidx.core:core-ktx:1.12.0")
0 commit comments