MOTOSHARE 🚗🏍️
Turning Idle Vehicles into Shared Rides & Earnings
From Idle to Income. From Parked to Purpose.
Earn by Sharing, Ride by Renting.
Where Owners Earn, Riders Move.
Owners Earn. Riders Move. Motoshare Connects.
With Motoshare, every parked vehicle finds a purpose.
Owners earn. Renters ride.
🚀 Everyone wins.
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 :

