Skip to content

Commit

Permalink
去除 bintray 相关配置
Browse files Browse the repository at this point in the history
  • Loading branch information
lizixian committed May 7, 2021
1 parent d08c0db commit ccf22d6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ android {

implementation project(':starrysky')
// implementation 'com.lzx:StarrySkyX:2.5.8'
implementation 'com.lzx:StarrySkyFlacExt:1.0.0'
// implementation 'com.github.EspoirX:StarrySky:v2.6.3'
// implementation 'com.lzx:StarrySkyFlacExt:1.0.0'

implementation 'com.google.android.exoplayer:exoplayer-hls:2.12.0'
implementation 'com.google.android.exoplayer:extension-rtmp:2.12.0'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.0'
classpath 'com.novoda:bintray-release:0.9.1'
// classpath 'com.novoda:bintray-release:0.9.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.10"
}
}
Expand All @@ -26,7 +26,7 @@ allprojects {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://dl.bintray.com/lizixian/StarrySky/" }
// maven { url "https://dl.bintray.com/lizixian/StarrySky/" }
// maven {
// url 'https://maven.google.com/'
// name 'Google'
Expand Down
20 changes: 10 additions & 10 deletions starrysky/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.novoda.bintray-release'
//apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion 28
Expand Down Expand Up @@ -34,15 +34,15 @@ android {
experimental = true
}

publish {
repoName = 'StarrySky'
userOrg = 'lizixian'
groupId = 'com.lzx'
artifactId = 'StarrySkyX'
publishVersion = '2.6.3'
desc = 'A Powerful and Streamline MusicLibrary'
website = "https://github.com/lizixian18/StarrySky"
}
// publish {
// repoName = 'StarrySky'
// userOrg = 'lizixian'
// groupId = 'com.lzx'
// artifactId = 'StarrySkyX'
// publishVersion = '2.6.3'
// desc = 'A Powerful and Streamline MusicLibrary'
// website = "https://github.com/lizixian18/StarrySky"
// }
}

dependencies {
Expand Down

0 comments on commit ccf22d6

Please sign in to comment.