Did another publish.

This commit is contained in:
Jordan Wages 2025-08-28 23:26:57 -05:00
commit baaa585adc
5 changed files with 14 additions and 11 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">
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="com.jordanwages.advanced_calculator" android:versionCode="1" android:versionName="1.0.0">
<uses-permission android:name="android.permission.INTERNET" />
<application android:label="Advanced Calculator" android:icon="@drawable/Icon" />
<application android:label="Advanced Calculator" android:icon="@drawable/icon" />
</manifest>