Skip to content

Commit

Permalink
Minor change in android examples
Browse files Browse the repository at this point in the history
  • Loading branch information
texus committed Sep 10, 2023
1 parent 41a6b9a commit a825a67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions examples/android/SDL_RENDERER/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.android.application'
android {
namespace 'org.libsdl.app'
ndkVersion '25.2.9519653'
compileSdkVersion 33
compileSdk 33
defaultConfig {
applicationId "eu.tgui.app"
minSdkVersion 24
targetSdkVersion 33
minSdk 24
targetSdk 33
versionCode 1
versionName "1.0"
ndk {
Expand Down
6 changes: 3 additions & 3 deletions examples/android/SDL_TTF_GLES2/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ apply plugin: 'com.android.application'
android {
namespace 'org.libsdl.app'
ndkVersion '25.2.9519653'
compileSdkVersion 33
compileSdk 33
defaultConfig {
applicationId "eu.tgui.app"
minSdkVersion 24
targetSdkVersion 33
minSdk 24
targetSdk 33
versionCode 1
versionName "1.0"
ndk {
Expand Down

0 comments on commit a825a67

Please sign in to comment.