You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.
Hi, this is something we may look at as part of improving the build system, but we'd want to bring it in line with what were doing in internally. I can certainly see advantages of taking this approach.
I believe if you use constants in your gradle scripts instead of this
Build script would be less error prone.
You can store them in the gradle.properties file for example
And use like below
compile "com.android.support:recyclerview-v7:$depAndroidSupportVersion"
compile "com.android.support:design:$depAndroidSupportVersion"
compile "com.android.support:recyclerview-v7:$depAndroidSupportVersion"
compile "com.android.support:cardview-v7:$depAndroidSupportVersion"
The text was updated successfully, but these errors were encountered: