I am facing a problem where I have to change a line in a built-in file in a particular library (installed using pip). I have located the file in
app\build\pip\debug\common\<library folder>
But every time I run the Gradle (for installing or creating APK), the entire folder is recreated, and hence, the file is again the same as previous.
Is there any way to make the change permanent?