We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8592c4c commit 1cee89dCopy full SHA for 1cee89d
IonicPortals/build.gradle.kts
@@ -44,7 +44,7 @@ android {
44
dependencies {
45
implementation(kotlin("reflect"))
46
47
- api("com.capacitorjs:core:[5.5.0,5.6.0)")
+ api("com.capacitorjs:core:6.0.0-rc.0")
48
compileOnly("io.ionic:liveupdates:0.4.1")
49
50
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3")
TestApp/build.gradle.kts
@@ -9,7 +9,7 @@ plugins {
9
10
android {
11
namespace = "io.ionic.portals.testapp"
12
- compileSdk = 33
+ compileSdk = 34
13
14
buildFeatures {
15
buildConfig = true
@@ -18,7 +18,7 @@ android {
18
defaultConfig {
19
applicationId = "io.ionic.portals.testapp"
20
minSdk = 24
21
- targetSdk = 33
+ targetSdk = 34
22
versionCode = 1
23
versionName = "1.0"
24
0 commit comments