kobalt-android icon indicating copy to clipboard operation
kobalt-android copied to clipboard

Use ints for compile sdk version

Open PaulWoitaschek opened this issue 9 years ago • 0 comments

This is inconsistent. An approach would be to use Int for both and call toString internally if the library needs this for build processing.

compileSdkVersion = "23"
minSdkVersion = 15

PaulWoitaschek avatar Feb 05 '16 23:02 PaulWoitaschek