Skip to content

Commit

Permalink
Android X Migration
Browse files Browse the repository at this point in the history
  • Loading branch information
TayfunCesur committed Jun 27, 2019
1 parent 7952e9c commit 536671f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 2
versionName "1.0.1"
versionCode 4
versionName "1.1"
}
}

Expand Down

0 comments on commit 536671f

Please sign in to comment.