Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
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 :