瀏覽代碼

Fixed typo in build.gradle

Sam Lantinga 6 月之前
父節點
當前提交
fe024b8fe3
共有 1 個文件被更改,包括 1 次插入1 次删除
  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