diff --git a/README.md b/README.md
index 08c844c..4688190 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,9 @@ Contributions to keep the bindings up-to-date with upstream changes are welcome.
| Product | `win-x64` | `win-x86` | `win-arm64` | `osx-arm64` | `osx-x64` | `linux-x64` | `linux-x86` | `linux-arm64` | `linux-arm` | `ios` | `android` |
|-----------------|-----------|-----------|-------------|-------------|-----------|-------------|-------------|---------------|-------------|---------|-----------|
| `SDL3-CS` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
-| `SDL3_image-CS` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
-| `SDL3_ttf-CS` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
-| `SDL3_mixer-CS` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | |
+| `SDL3_image-CS` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ |
+| `SDL3_ttf-CS` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ |
+| `SDL3_mixer-CS` | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | | ✓ |
## Generating bindings
diff --git a/SDL3_image-CS/SDL3_image-CS.csproj b/SDL3_image-CS/SDL3_image-CS.csproj
index 53c27d2..382f96d 100644
--- a/SDL3_image-CS/SDL3_image-CS.csproj
+++ b/SDL3_image-CS/SDL3_image-CS.csproj
@@ -1,7 +1,8 @@
- net8.0
+ net8.0;net8.0-android
+ 21
SDL
enable
true
@@ -72,6 +73,7 @@
runtimes/ios/native/SDL3.xcframework
true
+ -->
runtimes/android-arm/native
true
@@ -88,7 +90,6 @@
runtimes/android-x86/native
true
- -->
diff --git a/SDL3_mixer-CS/SDL3_mixer-CS.csproj b/SDL3_mixer-CS/SDL3_mixer-CS.csproj
index a7906d7..053fd55 100644
--- a/SDL3_mixer-CS/SDL3_mixer-CS.csproj
+++ b/SDL3_mixer-CS/SDL3_mixer-CS.csproj
@@ -1,7 +1,8 @@
- net8.0
+ net8.0;net8.0-android
+ 21
SDL
enable
true
@@ -72,6 +73,7 @@
runtimes/ios/native/SDL3.xcframework
true
+ -->
runtimes/android-arm/native
true
@@ -88,7 +90,6 @@
runtimes/android-x86/native
true
- -->
diff --git a/SDL3_ttf-CS/SDL3_ttf-CS.csproj b/SDL3_ttf-CS/SDL3_ttf-CS.csproj
index 3dfa620..2218524 100644
--- a/SDL3_ttf-CS/SDL3_ttf-CS.csproj
+++ b/SDL3_ttf-CS/SDL3_ttf-CS.csproj
@@ -1,7 +1,8 @@
- net8.0
+ net8.0;net8.0-android
+ 21
SDL
enable
true
@@ -72,6 +73,7 @@
runtimes/ios/native/SDL3.xcframework
true
+ -->
runtimes/android-arm/native
true
@@ -88,7 +90,6 @@
runtimes/android-x86/native
true
- -->