PAkultie
PAkultie

Reputation: 142

how to get imported library version on Application

I was using a custom library imported on my Application (Im not the one who make the library)and now, i want to know what is the version of this custom library created. Is there something i can inspect the version of this custom library?.

by the way, this is the name of my library i was using: enter image description here

as you see, the implemented library does not have library-version.

And this is the file i was using for:

enter image description here

Upvotes: 0

Views: 368

Answers (2)

PAkultie
PAkultie

Reputation: 142

the answer for this is no versioning. since it was created as a custom library, but the developer not added its vesioning so that i cant figure it out the version.. tho the answer ofthe first comment is specifically right answer for the pre- library installed.

Upvotes: 0

Amani
Amani

Reputation: 3977

  1. connect to internet
  2. from android studio open project structure (its icon is a gray rectangle with three blue squares on it)
  3. If you want to see versions go to dependencies tab but if you want to update libraries go to (4)
  4. in project structure go to suggestions wait for it to loads
  5. if there is any update it notifies you to update with an update button for every library that needs update

Upvotes: 1

Related Questions