Skip to content

Commit fb01412

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

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ dependencies {
4444
implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'
4545
implementation 'io.reactivex.rxjava2:rxjava:2.2.8'
4646
implementation project(":radioplayer")
47-
api project(":startrek-player")
47+
implementation project(":startrek-player")
4848

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

radioplayer/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ apply plugin: 'kotlin-android-extensions'
33
apply plugin: 'kotlin-android'
44
apply plugin: 'kotlin-kapt'
55

6+
group='com.github.volga-volga'
7+
68
android {
79
compileSdkVersion 29
810
buildToolsVersion "29.0.0"
@@ -49,7 +51,7 @@ dependencies {
4951
implementation 'io.reactivex.rxjava2:rxjava:2.2.8'
5052
implementation 'com.android.support:multidex:1.0.3'
5153

52-
api project(":startrek-player")
54+
implementation project(":startrek-player")
5355
}
5456
repositories {
5557
mavenCentral()

startrek-player/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
apply plugin: 'com.android.library'
22

3+
group='com.github.volga-volga'
4+
35
android {
46
compileSdkVersion 29
57
buildToolsVersion "29.0.0"

0 commit comments

Comments
 (0)