File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1+ ### v2.0.2 - 11/05/2017
2+ - Removed unused string
3+ ##
14### v2.0.1 - 11/05/2017
25 - Small optimization to ``` CsDrawableSettings.init(...) ``` method
36##
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ This GIF shows a ```ClickDrawableEditText``` with clickable drawables all around
4444This library is minSdk 16
4545
4646### 1. Add dependency in build.gradle
47- ``` compile 'com.matpag:clickdrawabletextview:2.0.1 ' ```
47+ ``` compile 'com.matpag:clickdrawabletextview:2.0.2 ' ```
4848
4949### 2. Use a support theme
5050Use one of the theme from ``` Theme.AppCompat.* ``` for your application theme.
Original file line number Diff line number Diff line change 11# Project-wide Gradle settings.
22
3- VERSION_NAME =2.0.1
4- VERSION_CODE =201
3+ VERSION_NAME =2.0.2
4+ VERSION_CODE =202
55
66REPOSITORY_NAME =maven
77POM_GROUP =com.matpag
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ android {
88 defaultConfig {
99 minSdkVersion setup. minSdk
1010 targetSdkVersion setup. targetSdk
11- versionCode 201
12- versionName " 2.0.1 "
11+ versionCode 202
12+ versionName " 2.0.2 "
1313
1414 vectorDrawables. useSupportLibrary = true
1515 }
You can’t perform that action at this time.
0 commit comments