I was thinking I could probably create a class tha...
# gradle
a
I was thinking I could probably create a class that then I can import in just one variable, something like:
Copy code
class Config {
    val minSdk = 19
    val compileSdk = 26
    val targetSdk = 26
}
☝️ 1