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 Apr 15, 2023. It is now read-only.
Could you plz change several parameters such as buildToolsVersion to read from the configuration file of the project root directory?
Like this function below:
I assume this is an Android thing. Can you link to some docs and wrap this
into a PR?
On Fri, Dec 28, 2018 at 1:11 AM SunnyEver0 ***@***.***> wrote:
Can you change several parameters such as buildToolsVersion to read from
the configuration file of the project root directory?
Like this function below:
def safeExtGet(prop, fallback) {
rootProject.ext.has(prop) ? rootProject.ext.get(prop) : fallback
}
usage:
compileSdkVersion safeExtGet('compileSdkVersion', 26)
buildToolsVersion safeExtGet('buildToolsVersion', '26.0.2')
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#72>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AACe1uw4Y53vnJHPoKGYwsml5bx45TUCks5u9bX6gaJpZM4ZjfwG>
.
Could you plz change several parameters such as buildToolsVersion to read from the configuration file of the project root directory?
Like this function below:
usage:
The text was updated successfully, but these errors were encountered: