Skip to content

Commit f916792

Browse files
committed
Support for API 9+
1 parent 56848bf commit f916792

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

fadingtextview/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
siteUrl = 'https://github.com/rosenpin/FadingTextView'
1414
gitUrl = 'https://github.com/rosenpin/FadingTextView.git'
1515

16-
libraryVersion = '1.1'
16+
libraryVersion = '1.2'
1717

1818
developerId = 'rosenpin'
1919
developerName = 'Tomer Rosenfeld'
@@ -29,11 +29,8 @@ android {
2929
buildToolsVersion "25.0.1"
3030

3131
defaultConfig {
32-
minSdkVersion 15
32+
minSdkVersion 9
3333
targetSdkVersion 25
34-
versionCode 2
35-
versionName "1.1"
36-
3734
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3835

3936
}

fadingtextview/src/main/java/com/tomer/fadingtextview/FadingTextView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
import android.widget.TextView;
1414

1515
/**
16-
* Created by tomer on 12/8/16.
16+
* Created by rosenpin on 12/8/16.
1717
*/
1818

1919
public class FadingTextView extends TextView {

0 commit comments

Comments
 (0)