提交 68c5f197 编写于 作者: xuexiangjys's avatar xuexiangjys 😊

修改版本发布仓库为bintray

上级 def4bef1
...@@ -8,7 +8,8 @@ buildscript { ...@@ -8,7 +8,8 @@ buildscript {
dependencies { dependencies {
classpath deps.android_gradle_plugin classpath deps.android_gradle_plugin
classpath deps.android_maven_gradle_plugin classpath deps.android_maven_gradle_plugin
classpath deps.gradle_bintray_plugin
// NOTE: Do not place your application dependencies here; they belong // NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files // in the individual module build.gradle files
} }
......
...@@ -34,4 +34,6 @@ dependencies { ...@@ -34,4 +34,6 @@ dependencies {
compileOnly deps.support.app_compat compileOnly deps.support.app_compat
} }
apply from: "https://raw.githubusercontent.com/xuexiangjys/XUtil/master/JitPackUpload.gradle" //apply from: "https://raw.githubusercontent.com/xuexiangjys/XUtil/master/JitPackUpload.gradle"
apply from: 'https://raw.githubusercontent.com/xuexiangjys/XUtil/master/bintrayUpload.gradle'
\ No newline at end of file
#
# Copyright (C) 2018 xuexiangjys(xuexiangjys@163.com)
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#project
project.groupId=com.github.xuexiangjys
project.artifactId=xvideo-lib
project.version=0.0.1
project.name=XVideo
project.bintrayRepository=maven
project.packaging=aar
project.siteUrl=https://github.com/xuexiangjys/XVideo
project.gitUrl=https://github.com/xuexiangjys/XVideo.git
#javadoc
javadoc.name=XVideo
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册