Skip to content

Commit 7e53939

Browse files
committed
1.1.4
1 parent e34cb8a commit 7e53939

File tree

7 files changed

+12
-19
lines changed

7 files changed

+12
-19
lines changed

.idea/.name

-1
This file was deleted.

.idea/gradle.xml

+1-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ ViewPagerIndicator
66
###3. 支持自定义切换tab的过渡效果
77
###4. 支持子界面的预加载和界面缓存
88
###5. 支持设置界面是否可滑动
9-
###6. android:minSdkVersion="8" android:targetSdkVersion="24"
9+
###6. android:minSdkVersion="8" android:targetSdkVersion="25"
1010

1111
###7.导入方式
1212
<1>gradle导入
1313

14-
compile 'com.shizhefei:ViewPagerIndicator:1.1.3'
14+
compile 'com.shizhefei:ViewPagerIndicator:1.1.4'
1515
由于用到了v4和recyclerview所以也要导入他们
1616
compile 'com.android.support:support-v4:23.4.0'
17-
compile 'com.android.support:recyclerview-v7:23.2.1'
17+
compile 'com.android.support:recyclerview-v7:23.4.0'
1818
<2>jar包方式导入
1919
Download Library [JAR](https://github.com/LuckyJayce/ViewPagerIndicator/releases)
2020

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
jcenter()
55
}
66
dependencies {
7-
classpath 'com.android.tools.build:gradle:2.1.2'
7+
classpath 'com.android.tools.build:gradle:2.2.2'
88
classpath 'com.novoda:bintray-release:0.3.4'
99
}
1010
}
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Mon Dec 28 10:00:20 PST 2015
1+
#Wed Nov 30 10:30:56 CST 2016
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip

library/build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 9
99
targetSdkVersion 23
10-
versionCode 14
11-
versionName "1.1.3"
10+
versionCode 15
11+
versionName "1.1.4"
1212
}
1313
buildTypes {
1414
release {
@@ -27,7 +27,7 @@ task buildJar(dependsOn: ['compileReleaseJavaWithJavac'], type: Jar) {
2727

2828
appendix = "demo"
2929
baseName = "androidJar"
30-
version = "1.1.3"
30+
version = "1.1.4"
3131
classifier = "release"
3232
//后缀名
3333
extension = "jar"
@@ -64,7 +64,7 @@ publish {
6464
userOrg = 'luckyjayce'//bintray.com用户名
6565
groupId = 'com.shizhefei'//jcenter上的路径
6666
artifactId = 'ViewPagerIndicator'//项目名称
67-
publishVersion = '1.1.3'//版本号
67+
publishVersion = '1.1.4'//版本号
6868
desc = '实现滑动tab,引导页等效果'//描述,不重要
6969
website = 'https://github.com/LuckyJayce/ViewPagerIndicator'//网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
7070
}

0 commit comments

Comments
 (0)