Skip to content

Commit

Permalink
попытка исправить ошибку с ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
LikhanovD committed Jul 5, 2019
1 parent e125ea0 commit 5f3203d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ dependencies {
implementation files('../aar/startrek_player-release.aar')
implementation 'com.android.support:multidex:1.0.3'
compile project(path: ':radioplayer')
implementation project(path: ':startrek_player-release')
}
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include ':app', ':radioplayer'
include ':app', ':radioplayer', ':startrek_player-release'
2 changes: 2 additions & 0 deletions startrek_player-release/build.gradle
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
configurations.maybeCreate("default")
artifacts.add("default", file('startrek_player-release.aar'))
Binary file not shown.

0 comments on commit 5f3203d

Please sign in to comment.