update
This commit is contained in:
parent
5e68917902
commit
fc1e54c2bb
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="TouchyTickets.Android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="TouchyTickets.Android"
|
||||||
android:versionCode="011" android:versionName="0.1.1">
|
android:versionCode="020" android:versionName="0.2.0">
|
||||||
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
|
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28"/>
|
||||||
<application android:label="Touchy Tickets"/>
|
<application android:label="Touchy Tickets"/>
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
8
Android/Resources/Resource.Designer.cs
generated
8
Android/Resources/Resource.Designer.cs
generated
|
@ -44,8 +44,8 @@ namespace Android
|
||||||
public partial class Drawable
|
public partial class Drawable
|
||||||
{
|
{
|
||||||
|
|
||||||
// aapt resource value: 0x7f020000
|
// aapt resource value: 0x7F010000
|
||||||
public const int Icon = 2130837504;
|
public const int Icon = 2130771968;
|
||||||
|
|
||||||
static Drawable()
|
static Drawable()
|
||||||
{
|
{
|
||||||
|
@ -60,8 +60,8 @@ namespace Android
|
||||||
public partial class String
|
public partial class String
|
||||||
{
|
{
|
||||||
|
|
||||||
// aapt resource value: 0x7f030000
|
// aapt resource value: 0x7F020000
|
||||||
public const int app_name = 2130903040;
|
public const int app_name = 2130837504;
|
||||||
|
|
||||||
static String()
|
static String()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue