Updated name, Fixed type conversion

This commit is contained in:
Jordan Wages 2025-08-28 02:23:08 -05:00
commit d8e18e813d
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto">
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="AvaloniaTest" android:icon="@drawable/Icon" />
</manifest>
<application android:label="Advanced Calculator" android:icon="@drawable/Icon" />
</manifest>