From 536671f0a38c9fcff69c37077d5ec13308b35752 Mon Sep 17 00:00:00 2001 From: Tayfun CESUR Date: Thu, 27 Jun 2019 18:28:24 +0300 Subject: [PATCH] Android X Migration --- .idea/misc.xml | 2 +- app/src/main/res/layout/activity_main.xml | 2 +- lib/build.gradle | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index b478623..40f72fa 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -5,7 +5,7 @@ - + diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index b7d2a50..0cadede 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -152,7 +152,7 @@ All of them are enums. And default params are, Curve,Bottom and Concave shape." app:layout_constraintLeft_toLeftOf="parent" android:padding="16sp" android:id="@+id/MixedLabel" - android:text="Bonuns : Mixed" + android:text="Bonus : Mixed" android:textColor="@color/colorAccent" android:textStyle="bold" android:layout_height="wrap_content"/> diff --git a/lib/build.gradle b/lib/build.gradle index 17380e1..b2151c5 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -9,8 +9,8 @@ android { defaultConfig { minSdkVersion 16 targetSdkVersion 28 - versionCode 2 - versionName "1.0.1" + versionCode 4 + versionName "1.1" } }