update android sdl2 to 2.30.8

This commit is contained in:
leo60228
2024-10-05 16:33:24 -04:00
committed by Ethan Lee
parent c2642dbdef
commit 4587fa46b0
3 changed files with 8 additions and 8 deletions

View File

@@ -110,5 +110,5 @@ dependencies {
implementation 'org.jetbrains:annotations:15.0'
implementation 'androidx.core:core:1.10.1'
implementation 'androidx.exifinterface:exifinterface:1.3.6'
implementation 'org.libsdl.android:SDL2:2.28.5'
implementation 'org.libsdl.android:SDL2:2.30.8'
}