I used gradle
to pull a dependency compile 'com.bigkoo:pickerview:2.0.8'
Now I want to modify the size of a text in this dependency, However, the file is locked and cannot be modified.
So I wanted to copy all the files in this, but after copying, I found that R.staylabe
could not be found, and there was no corresponding file in the original dependency( There is no file in values, only one values.
So I would like to ask, is there any way to modify a certain file in
lib, or is there any way to export a third party that has been relied on for free use?
gradle. Will the pulled address become invalid? If it fails, then if you hand over the same
build.gradle
You can fork it into your own library and change it to what you want. The dependencies in gradle are uploaded to a third-party hosting platform, such as jcenter, and the address will not be invalid