Fixed typo in build.gradle

(cherry picked from commit fe024b8fe3)
This commit is contained in:
Sam Lantinga
2025-03-20 11:22:03 -07:00
parent 06a412cd68
commit 8b191c3ca6

View File

@@ -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