Commit 6f1bcc8 1 parent 7273b67 commit 6f1bcc8 Copy full SHA for 6f1bcc8
File tree 1 file changed +2
-2
lines changed
MauiCalc1/Platforms/Android
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
3
- <application android : allowBackup =" true" android : icon =" @mipmap/logocalc" android : supportsRtl =" true" ></application >
2
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" package = " com.nyox.maui.calc " android : versionCode = " 1.1 " android : versionName = " 1.1 " >
3
+ <application android : allowBackup =" true" android : icon =" @mipmap/logocalc" android : supportsRtl =" true" android : label = " MauiCalc " ></application >
4
4
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
5
5
<uses-permission android : name =" android.permission.INTERNET" />
6
6
<uses-permission android : name =" android.permission.VIBRATE" />
You can’t perform that action at this time.
0 commit comments