react-native-mqtt
react-native-mqtt copied to clipboard
build.grade
In your instructions you stated
Insert the following lines inside the dependencies block in android/app/build.gradle, don't missing apply plugin:'java' on top:
but that causes the build to fail. When it is replaced with apply plugin: "com.android.application" then the application builds correctly and runs correctly as well.
i have same problem!