Search code examples
androiddependenciesandroid-gradle-pluginbuild.gradleversions

Dynamic versions (using +) of dependencies in gradle


I am using compile 'com.localytics.android:library:3.8+' in my project.
I want to know that is the latest version of this dependency is picked when the release apk is created or every time when the user opens the app (downloaded from playstore).


Solution

  • new version downloads when You create a new build. There is nothing changes in it before You create a new one.