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"?>
|
||||
<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"/>
|
||||
<application android:label="Touchy Tickets"/>
|
||||
</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
|
||||
{
|
||||
|
||||
// aapt resource value: 0x7f020000
|
||||
public const int Icon = 2130837504;
|
||||
// aapt resource value: 0x7F010000
|
||||
public const int Icon = 2130771968;
|
||||
|
||||
static Drawable()
|
||||
{
|
||||
|
@ -60,8 +60,8 @@ namespace Android
|
|||
public partial class String
|
||||
{
|
||||
|
||||
// aapt resource value: 0x7f030000
|
||||
public const int app_name = 2130903040;
|
||||
// aapt resource value: 0x7F020000
|
||||
public const int app_name = 2130837504;
|
||||
|
||||
static String()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue