Skip to content

Commit 5ffb7f7

Browse files
committed
fix target sdk failing test
1 parent 86ebe4b commit 5ffb7f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

IonicPortals/build.gradle.kts

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@ if (System.getenv("PORTALS_PUBLISH") == "true") {
1010

1111
android {
1212
namespace = "io.ionic.portals"
13-
compileSdk = 33
13+
compileSdk = 34
1414

1515
defaultConfig {
1616
minSdk = 22
17-
targetSdk = 33
1817
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1918
}
2019

0 commit comments

Comments
 (0)