From 68c5f1979d5ded081ba6c3ba0e44ca68423a4aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=96=9B=E7=BF=94?= Date: Thu, 31 May 2018 14:58:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E4=BB=93=E5=BA=93=E4=B8=BAbintray?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/caches/build_file_checksums.ser | Bin 652 -> 652 bytes build.gradle | 3 ++- xvideo-lib/build.gradle | 4 +++- xvideo-lib/project.properties | 30 ++++++++++++++++++++++++++ 4 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 xvideo-lib/project.properties diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 590756cea6c62727fd0e8ae95bad15b0fb5eafeb..217a774fad57d7411a28636558749a8f811098ea 100644 GIT binary patch delta 77 zcmV-T0J8s#1&jrdnFIMCPqCa(0T6WJ`ODZfGG?w5(*C2rK%SHQ0VEKzv_!ZJgmEJv jtN*f{ZVAJaFajMAHsi0%<2TvmE5Ne5zs;U3lU)KYc!(sw delta 77 zcmV-T0J8s#1&jrdnFG_44zZk20T2Vxoo^8ZzZz_@F=YR($Xt{B0VEL0co6lIxzW)k juW$pKV+_5MFajMA?Hu_WAPHgXeg0Mcz|2<5lU)KY_QWCU diff --git a/build.gradle b/build.gradle index 182f347..5f5b8a1 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,8 @@ buildscript { dependencies { classpath deps.android_gradle_plugin classpath deps.android_maven_gradle_plugin - + + classpath deps.gradle_bintray_plugin // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/xvideo-lib/build.gradle b/xvideo-lib/build.gradle index 851b28b..3449297 100644 --- a/xvideo-lib/build.gradle +++ b/xvideo-lib/build.gradle @@ -34,4 +34,6 @@ dependencies { 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 diff --git a/xvideo-lib/project.properties b/xvideo-lib/project.properties new file mode 100644 index 0000000..f911c31 --- /dev/null +++ b/xvideo-lib/project.properties @@ -0,0 +1,30 @@ +# +# 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 -- GitLab