File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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// 添加
3335publish {
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}
You can’t perform that action at this time.
0 commit comments