File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
implementation ' io.reactivex.rxjava2:rxandroid:2.1.1'
45
45
implementation ' io.reactivex.rxjava2:rxjava:2.2.8'
46
46
implementation project(" :radioplayer" )
47
- api project(" :startrek-player" )
47
+ implementation project(" :startrek-player" )
48
48
49
49
// SOCKET IO
50
50
implementation(' io.socket:socket.io-client:1.0.0' ) {
Original file line number Diff line number Diff line change @@ -3,6 +3,8 @@ apply plugin: 'kotlin-android-extensions'
3
3
apply plugin : ' kotlin-android'
4
4
apply plugin : ' kotlin-kapt'
5
5
6
+ group= ' com.github.volga-volga'
7
+
6
8
android {
7
9
compileSdkVersion 29
8
10
buildToolsVersion " 29.0.0"
@@ -49,7 +51,7 @@ dependencies {
49
51
implementation ' io.reactivex.rxjava2:rxjava:2.2.8'
50
52
implementation ' com.android.support:multidex:1.0.3'
51
53
52
- api project(" :startrek-player" )
54
+ implementation project(" :startrek-player" )
53
55
}
54
56
repositories {
55
57
mavenCentral()
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
2
3
+ group= ' com.github.volga-volga'
4
+
3
5
android {
4
6
compileSdkVersion 29
5
7
buildToolsVersion " 29.0.0"
You can’t perform that action at this time.
0 commit comments