diff --git a/build.gradle b/build.gradle index 33b1d90..2f50f9f 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,6 @@ 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 } diff --git a/radioplayer/build.gradle b/radioplayer/build.gradle index 92dd734..954e965 100644 --- a/radioplayer/build.gradle +++ b/radioplayer/build.gradle @@ -2,9 +2,6 @@ apply plugin: 'com.android.library' 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' android { compileSdkVersion 29 diff --git a/startrek-player/build.gradle b/startrek-player/build.gradle index f17c2d2..dcf5b3b 100644 --- a/startrek-player/build.gradle +++ b/startrek-player/build.gradle @@ -1,9 +1,6 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' -apply plugin: 'com.github.dcendents.android-maven' - -group='com.github.volga-volga' android { compileSdkVersion 29