This message was deleted.
# dsl
s
This message was deleted.
n
Ok, it is
Copy code
extra.set("compileSdkVersion", 28)
extra.set("minSdkVersion", 21)
extra.set("targetSdkVersion", 28)
c
please check the channel topic before posting. Your post is completely off-topic. That said, more concise version of what you want:
Copy code
extra["compileSdkVersion"] = 28
//...
n
Sorry for that, thanks for informing!
😉 1