update to run modern version

This commit is contained in:
Joshua Burman
2024-11-24 15:21:14 -05:00
parent d0b19a4975
commit df5f24ef16
26 changed files with 363 additions and 2 deletions

View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/Theme.Sendtrain" />
</manifest>