mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 00:17:40 +00:00
Fixed typo in build.gradle
This commit is contained in:
parent
10fae8c34b
commit
fe024b8fe3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue