This commit is contained in:
Ellpeck 2020-06-08 23:13:41 +02:00
parent 5e68917902
commit fc1e54c2bb
2 changed files with 5 additions and 5 deletions

View file

@ -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>

View file

@ -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()
{