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 710d7e4 commit 42db919
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 0 additions & 3 deletions radioplayer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ android {

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

ndk {
abiFilters "armeabi", "armeabi-v7a", "x86", "mips"
}
multiDexEnabled true
}

Expand Down
10 changes: 10 additions & 0 deletions startrek-player/build.gradle
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -34,3 +37,10 @@ dependencies {

implementation "com.android.support:appcompat-v7:28.0.0"
}
repositories {
mavenCentral()
google()
jcenter()
maven { url "https://jitpack.io" }
}

0 comments on commit 42db919

Please sign in to comment.