Android make new version for build.gradle
Limited Time Offer!
For Less Than the Cost of a Starbucks Coffee, Access All DevOpsSchool Videos on YouTube Unlimitedly.
Master DevOps, SRE, DevSecOps Skills!
Source – stackoverflow.com
I’ve forked Android project from GitHub, clone using SourceTree make my changes and want to make a new version for using that in my other app by gradle version increasing
Now I want to have something like this in my buil.gradle
file
older is compile 'com.github.lib:0.3.1'
and the new one compile 'com.github.lib:0.3.2'
How can I do this?
o to your build.gradle
(Module:app) file :
And update the dependencies :