Explorar o código

Fixed typo in build.gradle

Sam Lantinga hai 1 ano
pai
achega
fe024b8fe3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      android-project/app/build.gradle

+ 1 - 1
android-project/app/build.gradle

@@ -5,7 +5,7 @@ plugins {
 def buildWithCMake = project.hasProperty('BUILD_WITH_CMAKE');
 
 android {
-    namespace = "org.libsdl.testsprite2"
+    namespace = "org.libsdl.app"
     compileSdkVersion 35
     defaultConfig {
         minSdkVersion 21