SDL_helloworld: Removed unnecessary appcompat dependency

From b677db7a7a9b3d8bf71f79deb293b5eaa96280e1 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 30 Dec 2024 13:20:59 -0800
Subject: [PATCH] Removed unnecessary appcompat dependency

---
 android-project/app/build.gradle | 1 -
 1 file changed, 1 deletion(-)

diff --git a/android-project/app/build.gradle b/android-project/app/build.gradle
index a501825..a39c0a9 100644
--- a/android-project/app/build.gradle
+++ b/android-project/app/build.gradle
@@ -45,5 +45,4 @@ android {
 
 dependencies {
     implementation files('libs/SDL3-3.1.6.aar')
-    implementation 'androidx.appcompat:appcompat:1.5.1'
 }