flutter- AndroidManifest.xml 의 namespace 설정 오류
아래 와 같은 에러가 떴고요.
gradle 8 이후 부터 AndroidManifest.xml 에 namesapce를 설정하면 안되는 것으로 알고 있습니다. 수정 될까요?
tosspayments_widget_sdk_flutter 2.0.4 에서 발생합니다.
Incorrect package="com.tosspayments.tosspayments_webview_flutter" found in source AndroidManifest.xml: /Users/billy/.pub-cache/hosted/pub.dev/tosspayments_webview_flutter-1.0.2/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.tosspayments.tosspayments_webview_flutter" from the source AndroidManifest.xml: /Users/billy/.pub-cache/hosted/pub.dev/tosspayments_webview_flutter-1.0.2/android/src/main/AndroidManifest.xml.
gradle 8 이후 부터 AndroidManifest.xml 에 namesapce를 설정하면 안되는 것으로 알고 있습니다. 수정 될까요?
tosspayments_widget_sdk_flutter 2.0.4 에서 발생합니다.
Incorrect package="com.tosspayments.tosspayments_webview_flutter" found in source AndroidManifest.xml: /Users/billy/.pub-cache/hosted/pub.dev/tosspayments_webview_flutter-1.0.2/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.tosspayments.tosspayments_webview_flutter" from the source AndroidManifest.xml: /Users/billy/.pub-cache/hosted/pub.dev/tosspayments_webview_flutter-1.0.2/android/src/main/AndroidManifest.xml.
