Skip to content

Commit

Permalink
Merge pull request #90 from ypavlotsky/master
Browse files Browse the repository at this point in the history
Changed build scripts to release on bintray.
  • Loading branch information
ypavlotsky committed Apr 6, 2016
2 parents f25ae8c + 793de03 commit 35702c1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# GoogleMediaFramework CHANGELOG

## 0.2.1
- Released GMF on bintray.

## 0.2.0
- Updated ExoPlayer to v1.5.2
- Updated IMA SDK in demo to v3.b13.3
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.0.0'
classpath 'com.novoda:bintray-release:0.3.4'
}
}

Expand Down
11 changes: 11 additions & 0 deletions googlemediaframework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*/

apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion 19
Expand Down Expand Up @@ -42,3 +43,13 @@ android {
dependencies {
compile 'com.google.android.exoplayer:exoplayer:r1.5.2'
}

publish {
repoName = 'google-mediaframework-android'
userOrg = 'google'
groupId = 'com.google.android.libraries.mediaframework'
artifactId = 'mediaframework'
version = '0.2.1'
description = 'Google Media Framework for Android.'
website = 'https://github.com/googleads/google-media-framework-android'
}

0 comments on commit 35702c1

Please sign in to comment.