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!

Enroll Now

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 :

enter image description here

And update the dependencies :

enter image description here

Subscribe
Notify of
guest

This site uses Akismet to reduce spam. Learn how your comment data is processed.

0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x