add Android version

This commit is contained in:
2020-05-11 23:18:38 +08:00
parent 9f5685a2f8
commit 4561bc2674
53 changed files with 14716 additions and 63 deletions

View File

@@ -1,5 +1,4 @@
using System.Threading.Tasks;
using Pixiview.iOS.Effects;
using Pixiview.iOS.Effects;
using Pixiview.Utils;
using UIKit;
using Xamarin.Forms;

View File

@@ -26,8 +26,6 @@
<string>Pixiview</string>
<key>CFBundleIdentifier</key>
<string>org.tsanie.Pixiview</string>
<key>CFBundleVersion</key>
<string>1.0</string>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>CFBundleName</key>
@@ -80,5 +78,9 @@
</array>
</dict>
</array>
<key>CFBundleShortVersionString</key>
<string>1.0.511</string>
<key>CFBundleVersion</key>
<string>2</string>
</dict>
</plist>