Skip to content

Commit 1cee89d

Browse files
committed
Cap 6 rc test
1 parent 8592c4c commit 1cee89d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

IonicPortals/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
dependencies {
4545
implementation(kotlin("reflect"))
4646

47-
api("com.capacitorjs:core:[5.5.0,5.6.0)")
47+
api("com.capacitorjs:core:6.0.0-rc.0")
4848
compileOnly("io.ionic:liveupdates:0.4.1")
4949

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

TestApp/build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99

1010
android {
1111
namespace = "io.ionic.portals.testapp"
12-
compileSdk = 33
12+
compileSdk = 34
1313

1414
buildFeatures {
1515
buildConfig = true
@@ -18,7 +18,7 @@ android {
1818
defaultConfig {
1919
applicationId = "io.ionic.portals.testapp"
2020
minSdk = 24
21-
targetSdk = 33
21+
targetSdk = 34
2222
versionCode = 1
2323
versionName = "1.0"
2424

0 commit comments

Comments
 (0)