Android make new version for build.gradle

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
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x