fix an android gradle build issue which happens when the games package name won't start with com.senseglove.*

This commit is contained in:
Mamadou Babaei
2023-05-29 02:08:46 +02:00
parent a6ae25e581
commit 267e518f44
@@ -201,9 +201,4 @@
<minimumSDKAPI>
</minimumSDKAPI>
<gameActivityImportAdditions>
<insert>
import com.senseglove.*;
</insert>
</gameActivityImportAdditions>
</root>