Skip to content

Commit

Permalink
Specify that androidMinSdk must happen before targetAndroid()
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Jan 23, 2024
1 parent 45cfc9e commit af97520
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions targets/android.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,10 @@ korge {

// Shortcut to change all of them at once
androidSdk(compileSdk = 28, minSdk = 16, targetSdk = 28)

// ...
targetAndroid()
}
```

> Important! You must set all the android-related properties like `androidMinSdk` BEFOre calling `targetAndroid()`

0 comments on commit af97520

Please sign in to comment.