File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
src/main/java/com/tomer/fadingtextview Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 13
13
siteUrl = ' https://github.com/rosenpin/FadingTextView'
14
14
gitUrl = ' https://github.com/rosenpin/FadingTextView.git'
15
15
16
- libraryVersion = ' 1.1 '
16
+ libraryVersion = ' 1.2 '
17
17
18
18
developerId = ' rosenpin'
19
19
developerName = ' Tomer Rosenfeld'
@@ -29,11 +29,8 @@ android {
29
29
buildToolsVersion " 25.0.1"
30
30
31
31
defaultConfig {
32
- minSdkVersion 15
32
+ minSdkVersion 9
33
33
targetSdkVersion 25
34
- versionCode 2
35
- versionName " 1.1"
36
-
37
34
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
38
35
39
36
}
Original file line number Diff line number Diff line change 13
13
import android .widget .TextView ;
14
14
15
15
/**
16
- * Created by tomer on 12/8/16.
16
+ * Created by rosenpin on 12/8/16.
17
17
*/
18
18
19
19
public class FadingTextView extends TextView {
You can’t perform that action at this time.
0 commit comments