Android Studio Gradle Sync add arguments -


i trying pass svn revision number our gradle based build machine. fine if use variables $svnrevision in build.gradle. , run command "gradlew.bat build -psvnrevision="1234".

but android studio cannot sync , run build script, there way set customized arguments android studio sync gradle?


Comments

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -