Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee28a01

Browse files
committed
更新jcenter版本配置
1 parent b298720 commit ee28a01

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@
3030
<activity
3131
android:name="com.shizhefei.indicator.moretab.MoreTab2Activity"
3232
android:configChanges="keyboardHidden|orientation|screenSize" />
33-
<activity
34-
android:name="com.shizhefei.indicator.setting.SettingActivity"
35-
android:configChanges="keyboardHidden|orientation|screenSize" />
3633
<activity
3734
android:name="com.shizhefei.indicator.spring.SpringActivity"
3835
android:label="@string/title_activity_spring"></activity>

library/build.gradle

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion 9
99
targetSdkVersion 23
1010
versionCode 1
11-
versionName "1.0.6"
11+
versionName "1.0.7"
1212
}
1313
buildTypes {
1414
release {
@@ -17,7 +17,6 @@ android {
1717
}
1818
}
1919
lintOptions {
20-
disable 'TypographyFractions','TypographyQuotes'
2120
abortOnError false
2221
}
2322
}
@@ -29,12 +28,15 @@ dependencies {
2928
provided 'com.android.support:support-v4:23.4.0'
3029
}
3130

31+
//上传到jcenter 执行
32+
//gradlew clean build bintrayUpload -PbintrayUser=用户名 -PbintrayKey=apiKey -PdryRun=false
33+
//添加
3234
//添加
3335
publish {
3436
userOrg = 'luckyjayce'//bintray.com用户名
3537
groupId = 'com.shizhefei'//jcenter上的路径
3638
artifactId = 'ViewPagerIndicator'//项目名称
37-
publishVersion = '1.0.6'//版本号
39+
publishVersion = '1.0.7'//版本号
3840
desc = '实现滑动tab,引导页等效果'//描述,不重要
3941
website = 'https://github.com/LuckyJayce/ViewPagerIndicator'//网站,不重要;尽量模拟github上的地址,例如我这样的;当然你有地址最好了
4042
}

0 commit comments

Comments
 (0)