chore: old project names are updated

This commit is contained in:
2025-11-03 15:08:42 +03:00
parent 730b21467e
commit 5d2a2d1f4b
7 changed files with 8 additions and 8 deletions

View File

@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="com.MyCompany.MyGame"
package="com.MyCompany.MyUniverse"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="23" android:targetSdkVersion="36" />
<uses-feature android:glEsVersion="0x00020000" android:required="true" />
<application android:label="MyGame" />
<application android:label="MyUniverse" />
</manifest>