Git Feature Branch and Build Number Reference for Android TFS Builds using Gradle
Frequently a developer will want to capture the build number and feature branch being built in TFS from within their Gradle build file. The best way to capture these environment variables inside of Gradle for use internally in the project…