Updates AGP to 9.1.0, Gradle to 9.5.0, and JDK to 21.

This commit is contained in:
2026-08-14 17:56:09 -07:00
parent 2a963cea0a
commit 3a775f47e0
17 changed files with 235 additions and 104 deletions

View File

@@ -15,7 +15,8 @@
<activity
android:name=".MainActivity"
android:label="@string/app_name"
android:launchMode="singleTask">
android:launchMode="singleTask"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />