Android update target SDK to 35, update androidx versions

This commit is contained in:
advplyr
2025-04-15 17:21:48 -05:00
parent 46d5e1d96c
commit 93748a917f
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
<activity
android:name=".MainActivity"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation"
android:exported="true"
android:label="@string/title_activity_main"
android:launchMode="singleTask"