Kickflip / kickflip-android-sdk

Kickflip Android SDK - Live Video Streaming to the Cloud
https://kickflip.io
Apache License 2.0
660 stars 212 forks source link

Updated build.gradle variable definition syntax #19

Closed lgorse closed 9 years ago

lgorse commented 9 years ago

This build file gave me an error in Android studio because the variables VersionInt and VersionName were not preceded with "def" to signal variable definition.

In addition, once that error was corrected, VersionName caused an error because it is a reserved name in Gradle, so I changed it to mVersionName.

OnlyInAmerica commented 9 years ago

I really appreciate the effort here, and I've included an equivalent change in the Android 5.0 update 8600e9.

Much thanks!