Skip to content

Commit

Permalink
更新jcenter版本配置
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyJayce committed Jun 24, 2016
1 parent b298720 commit ee28a01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
<activity
android:name="com.shizhefei.indicator.moretab.MoreTab2Activity"
android:configChanges="keyboardHidden|orientation|screenSize" />
<activity
android:name="com.shizhefei.indicator.setting.SettingActivity"
android:configChanges="keyboardHidden|orientation|screenSize" />
<activity
android:name="com.shizhefei.indicator.spring.SpringActivity"
android:label="@string/title_activity_spring"></activity>
Expand Down
8 changes: 5 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 9
targetSdkVersion 23
versionCode 1
versionName "1.0.6"
versionName "1.0.7"
}
buildTypes {
release {
Expand All @@ -17,7 +17,6 @@ android {
}
}
lintOptions {
disable 'TypographyFractions','TypographyQuotes'
abortOnError false
}
}
Expand All @@ -29,12 +28,15 @@ dependencies {
provided 'com.android.support:support-v4:23.4.0'
}

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

0 comments on commit ee28a01

Please sign in to comment.