Skip to content

Commit

Permalink
Update Android NDK to r26c
Browse files Browse the repository at this point in the history
  • Loading branch information
rollerozxa committed Apr 1, 2024
1 parent 7ba068c commit 251fa84
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'de.undercouch:gradle-download-task:4.1.1'
Expand Down
4 changes: 2 additions & 2 deletions build-android/principia/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {

android {
compileSdk 33
ndkVersion "23.2.8568313"
ndkVersion "26.2.11394342"

defaultConfig {
applicationId "com.bithack.principia"
minSdk 19
minSdk 21
targetSdk 33
versionCode 35
versionName "2024.02.29"
Expand Down
2 changes: 2 additions & 0 deletions src/SDL-mobile/src/video/android/SDL_androidkeyboard.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@

#include "SDL_androidkeyboard.h"

#include "../../core/android/SDL_android.h"


void Android_InitKeyboard()
{
Expand Down
1 change: 1 addition & 0 deletions src/SDL-mobile/src/video/android/SDL_androidtouch.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#include "SDL_events.h"
#include "../../events/SDL_mouse_c.h"
#include "../../events/SDL_touch_c.h"
#include "SDL_log.h"

#include "SDL_androidtouch.h"

Expand Down
2 changes: 2 additions & 0 deletions src/SDL-mobile/src/video/android/SDL_androidwindow.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@

#include "../SDL_sysvideo.h"

#include "../../core/android/SDL_android.h"

#include "SDL_androidvideo.h"
#include "SDL_androidwindow.h"

Expand Down

0 comments on commit 251fa84

Please sign in to comment.