My library scanner just detected com.google.vr in the APK provided at releases here, which is a proprietary compontent: Google VR SDK. Relevant lines in the code should be these:
sdk-videowidget = { module = "com.google.vr:sdk-videowidget", version.ref = "sdkVideowidget" }
sdk-panowidget = { module = "com.google.vr:sdk-panowidget", version.ref = "sdkPanowidget" }
I had hence to apply the NonFreeComp (non-free/proprietary compontents) to your app in my repo. Can there anything be done to avoid that? Thanks in advance!
My library scanner just detected
com.google.vrin the APK provided at releases here, which is a proprietary compontent: Google VR SDK. Relevant lines in the code should be these:I had hence to apply the
NonFreeComp(non-free/proprietary compontents) to your app in my repo. Can there anything be done to avoid that? Thanks in advance!