Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
85be2aed
authored
Mar 10, 2015
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Add ability to release via Bintray.
parent
b73b9a05
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
build.gradle
library/build.gradle
build.gradle
View file @
85be2aed
...
@@ -17,9 +17,11 @@
...
@@ -17,9 +17,11 @@
buildscript
{
buildscript
{
repositories
{
repositories
{
mavenCentral
()
mavenCentral
()
jcenter
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:1.0.0'
classpath
'com.android.tools.build:gradle:1.0.0'
classpath
'com.novoda:bintray-release:0.2.7'
}
}
}
}
...
...
library/build.gradle
View file @
85be2aed
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// See the License for the specific language governing permissions and
// limitations under the License.
// limitations under the License.
apply
plugin:
'com.android.library'
apply
plugin:
'com.android.library'
apply
plugin:
'bintray-release'
android
{
android
{
compileSdkVersion
21
compileSdkVersion
21
...
@@ -47,3 +48,13 @@ android.libraryVariants.all { variant ->
...
@@ -47,3 +48,13 @@ android.libraryVariants.all { variant ->
task
.
from
variant
.
javaCompile
.
destinationDir
task
.
from
variant
.
javaCompile
.
destinationDir
artifacts
.
add
(
'archives'
,
task
);
artifacts
.
add
(
'archives'
,
task
);
}
}
publish
{
repoName
=
'exoplayer'
userOrg
=
'google'
groupId
=
'com.google.android.exoplayer'
artifactId
=
'exoplayer'
version
=
'r1.2.3'
description
=
'The ExoPlayer library.'
website
=
'https://github.com/google/ExoPlayer'
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment