kobalt-android
kobalt-android copied to clipboard
Use ints for compile sdk version
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