Parcourir la source

Fixed typo in build.gradle

Sam Lantinga il y a 11 mois
Parent
commit
fe024b8fe3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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