Reputation: 193
For example, I have this in my build.gradle:
implementation 'com.github.mmoamenn:LuckyWheel_Android:0.3.0'
Where are the classes stored if I want to change something in the library?
Thanks!
Upvotes: 1
Views: 893
Reputation: 68
Select "Project" on your Project Dropdown
And then you'll be able to see your External Libraries
Upvotes: 4