File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ### v2.0.1 - 11/05/2017
2+ - Small optimization to ``` CsDrawableSettings.init(...) ``` method
3+ ##
14### v2.0.0 - 11/05/2017
25 - Update Gradle Wrapper to 4.2.1
36 - Update AGP to 3.0.0
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.0 ' ```
47+ ``` compile 'com.matpag:clickdrawabletextview:2.0.1 ' ```
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.0
4- VERSION_CODE =200
3+ VERSION_NAME =2.0.1
4+ VERSION_CODE =201
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 200
12- versionName " 2.0.0 "
11+ versionCode 201
12+ versionName " 2.0.1 "
1313
1414 vectorDrawables. useSupportLibrary = true
1515 }
You can’t perform that action at this time.
0 commit comments