Skip to content

Commit

Permalink
Testing Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
hishamMuneer committed Sep 13, 2018
1 parent 09d1e3e commit 1b94754
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.1.2'
classpath 'com.novoda:bintray-release:0.8.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' // for jitpack dependency
}
// Workaround for the following test coverage issue. Remove when fixed:
// https://code.google.com/p/android/issues/detail?id=226070
Expand Down
2 changes: 2 additions & 0 deletions library/all/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// limitations under the License.
apply from: '../../constants.gradle'
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.dpsharma1988'

android {
compileSdkVersion project.ext.compileSdkVersion
Expand Down
2 changes: 2 additions & 0 deletions library/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// limitations under the License.
apply plugin: 'com.android.library'
apply from: '../../constants.gradle'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.dpsharma1988'

android {
compileSdkVersion project.ext.compileSdkVersion
Expand Down
2 changes: 2 additions & 0 deletions library/dash/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// limitations under the License.
apply from: '../../constants.gradle'
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.dpsharma1988'

android {
compileSdkVersion project.ext.compileSdkVersion
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package com.google.android.exoplayer2.source.hls.hisham;

/**
* Created by Hisham on 13/Sep/2018 - 18:04
*/
public class Hisham {


public int foo(){
return 10;
}

}
2 changes: 2 additions & 0 deletions library/smoothstreaming/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// limitations under the License.
apply from: '../../constants.gradle'
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.dpsharma1988'

android {
compileSdkVersion project.ext.compileSdkVersion
Expand Down
2 changes: 2 additions & 0 deletions library/ui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
// limitations under the License.
apply from: '../../constants.gradle'
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
group='com.github.dpsharma1988'

android {
compileSdkVersion project.ext.compileSdkVersion
Expand Down

0 comments on commit 1b94754

Please sign in to comment.