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 42db919 commit 5eda9eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions radioplayer/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.volga-volga.RadioPlayer'
group='com.github.volga-volga'

android {
compileSdkVersion 29
Expand Down
5 changes: 2 additions & 3 deletions startrek-player/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
apply plugin: 'com.android.library'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-kapt'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.github.dcendents.android-maven'

group='com.github.volga-volga.RadioPlayer'
group='com.github.volga-volga'

android {
compileSdkVersion 29
Expand Down

0 comments on commit 5eda9eb

Please sign in to comment.