Skip to content

Commit

Permalink
fix target sdk failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
carlpoole committed Apr 5, 2024
1 parent 86ebe4b commit 5ffb7f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions IonicPortals/build.gradle.kts
Expand Up @@ -10,11 +10,10 @@ if (System.getenv("PORTALS_PUBLISH") == "true") {

android {
namespace = "io.ionic.portals"
compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 22
targetSdk = 33
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 5ffb7f7

Please sign in to comment.