android-change-log
android-change-log copied to clipboard
Version names now controlled from gradle build file
Some aspect of the code seems not to be applicable in the new Android Studio, since the 'version control' is handled through the gradle file. This there any way around this?
A little too late but in ChangeLog.java, in line 69 remove the try-catch block and replace it with this.thisVersion = BuildConfig.VERSION_NAME;, be sure it's working after that.