vpenades 2 years ago
parent
commit
2981a64ae9
2 changed files with 3 additions and 1 deletions
  1. 2 0
      README.md
  2. 1 1
      demos/Demo5.Android/Demo5.Android.csproj

+ 2 - 0
README.md

@@ -22,6 +22,8 @@ to what its outdated graphics subsystem can do, which led me to __stop developme
 library (except for maintenance) until MonoGame improves on the missing features or
 another fork takes the lead.__
 
+_PRs are welcome, though._
+
 ### Overview
 
 MonoScene is a framework that replaces the very outdated 3D model architecture

+ 1 - 1
demos/Demo5.Android/Demo5.Android.csproj

@@ -4,7 +4,7 @@
     <TargetFramework>net6.0-android</TargetFramework>
     <SupportedOSPlatformVersion>23</SupportedOSPlatformVersion>
     <OutputType>Exe</OutputType>
-    <ApplicationId>com.companyname.Demo5.Android</ApplicationId>
+    <ApplicationId>com.MonoScene.Demo5.Android</ApplicationId>
     <ApplicationVersion>1</ApplicationVersion>
     <ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
   </PropertyGroup>