Join Slack
Powered by
I was thinking I could probably create a class tha...
# gradle
a
antonioleiva
11/03/2017, 8:22 AM
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
2
Views
Open in Slack
Previous
Next