Skip to content

Commit 4b1a863

Browse files
author
indianic
committed
Added font support
1 parent 9bec829 commit 4b1a863

File tree

9 files changed

+189
-185
lines changed

9 files changed

+189
-185
lines changed

AnimatedPullToRefreshLib/build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 25
5-
buildToolsVersion "25.0.2"
4+
compileSdkVersion 26
65

76
defaultConfig {
8-
minSdkVersion 15
9-
targetSdkVersion 25
7+
minSdkVersion 16
8+
targetSdkVersion 26
109
versionCode 1
1110
versionName "1.0.0"
1211

@@ -28,7 +27,7 @@ android {
2827

2928
dependencies {
3029
compile fileTree(dir: 'libs', include: ['*.jar'])
31-
compile 'com.android.support:appcompat-v7:25.3.0'
30+
compile 'com.android.support:appcompat-v7:26.1.0'
3231
}
3332

3433

0 commit comments

Comments
 (0)