Skip to content

Commit 4f5964a

Browse files
committed
missing new module
1 parent f327c9a commit 4f5964a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ dependencies {
4343
implementation 'com.android.support:multidex:1.0.3'
4444
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
4545
implementation 'io.reactivex.rxjava2:rxjava:2.2.8'
46-
compile project(path: ':radioplayer')
47-
implementation project(":startrek-player")
46+
implementation project(":radioplayer")
47+
api project(":startrek-player")
4848

4949
//SOCKET IO
5050
implementation('io.socket:socket.io-client:1.0.0') {

radioplayer/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
implementation 'io.reactivex.rxjava2:rxjava:2.2.8'
5050
implementation 'com.android.support:multidex:1.0.3'
5151

52-
implementation project(":startrek-player")
52+
api project(":startrek-player")
5353
}
5454
repositories {
5555
mavenCentral()

0 commit comments

Comments
 (0)