I write as below
<framework src="platforms/android/IMKit" custom="true" />
But my build.gradle file under platforms/android/IMKit is replaced by cordova with its own one. How to avoid cordova replacing my build.gradle file.
I write as below
<framework src="platforms/android/IMKit" custom="true" />
But my build.gradle file under platforms/android/IMKit is replaced by cordova with its own one. How to avoid cordova replacing my build.gradle file.
Copyright © 2021 Jogjafile Inc.
I renamed build.gradle to build-extras.gradle, then it is ok.