Skip to content

Commit

Permalink
missing new module
Browse files Browse the repository at this point in the history
  • Loading branch information
LikhanovD committed Feb 1, 2021
1 parent e87bec2 commit 6b11035
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ dependencies {

implementation "com.google.code.gson:gson:2.8.0"
}
repositories {
mavenCentral()
}
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ buildscript {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath 'com.google.gms:google-services:4.2.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
1 change: 1 addition & 0 deletions radioplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencies {
implementation 'com.android.support:multidex:1.0.3'

implementation project(":startrek-player")

}
repositories {
mavenCentral()
Expand Down

0 comments on commit 6b11035

Please sign in to comment.