talsec / Free-RASP-Flutter

Flutter library for improving app security and threat monitoring on Android and iOS mobile devices.
https://github.com/talsec/Free-RASP-Community
MIT License
183 stars 16 forks source link

Android app not compilable with AGP >= 8.0.0 #97

Closed HE-LU closed 6 months ago

HE-LU commented 8 months ago
          @yardexx Hey, the namespace is there now. But there is still one more issue:
Incorrect package="com.aheaditec.freerasp" found in source AndroidManifest.xml: /home/helu/.pub-cache/hosted/pub.dev/freerasp-6.2.0/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.aheaditec.freerasp" from the source AndroidManifest.xml: /home/helu/.pub-cache/hosted/pub.dev/freerasp-6.2.0/android/src/main/AndroidManifest.xml.

I tried it locally, and it is still required to remove package="com.aheaditec.freerasp" from the Manifest file. After that, it is working fine ;)

Originally posted by @HE-LU in https://github.com/talsec/Free-RASP-Flutter/issues/80#issuecomment-1698716928

SirionRazzer commented 8 months ago

Thank you for bringing this up. I will check with the team if this is fixed in the next release which is being finalized. I will update you as soon as I can.

HE-LU commented 7 months ago

More info and proof: image