diff --git a/radioplayer/build.gradle b/radioplayer/build.gradle index 5799fc4..def8890 100644 --- a/radioplayer/build.gradle +++ b/radioplayer/build.gradle @@ -19,9 +19,6 @@ android { testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" - ndk { - abiFilters "armeabi", "armeabi-v7a", "x86", "mips" - } multiDexEnabled true } diff --git a/startrek-player/build.gradle b/startrek-player/build.gradle index c558673..0ae24bf 100644 --- a/startrek-player/build.gradle +++ b/startrek-player/build.gradle @@ -1,4 +1,7 @@ apply plugin: 'com.android.library' +apply plugin: 'kotlin-android-extensions' +apply plugin: 'kotlin-android' +apply plugin: 'kotlin-kapt' apply plugin: 'com.github.dcendents.android-maven' group='com.github.volga-volga.RadioPlayer' @@ -34,3 +37,10 @@ dependencies { implementation "com.android.support:appcompat-v7:28.0.0" } +repositories { + mavenCentral() + google() + jcenter() + maven { url "https://jitpack.io" } +} +