mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Moved remaining Android binaries to musikcube-bin
repository, and
added native FLAC playback support using the module gsora built. Also removed an old, default `dimens.xml` file that was making aapt angry.
This commit is contained in:
parent
d8000d1fba
commit
d5924f936f
2
src/3rdparty/bin
vendored
2
src/3rdparty/bin
vendored
@ -1 +1 @@
|
||||
Subproject commit f339b34f48cf27fc632108e914617f2d8d3e22b3
|
||||
Subproject commit 9a24d68bfe004d1a3cd4e31f6eecf25fee9f1c1c
|
@ -47,7 +47,7 @@ android {
|
||||
}
|
||||
|
||||
repositories {
|
||||
flatDir { dirs 'libs' }
|
||||
flatDir { dirs '../../3rdparty/bin/android/aar/' }
|
||||
maven { url "https://jitpack.io" }
|
||||
maven { url 'https://maven.google.com' }
|
||||
mavenCentral()
|
||||
@ -66,8 +66,9 @@ dependencies {
|
||||
})
|
||||
|
||||
implementation(name:'android-taskrunner-0.5', ext:'aar')
|
||||
|
||||
implementation(name:'exoplayer-extension-flac-release-v2', ext:'aar')
|
||||
implementation(name:'videocache-2.8.0-clangen-5', ext:'aar')
|
||||
|
||||
implementation 'org.slf4j:slf4j-android:1.7.21'
|
||||
|
||||
implementation "android.arch.persistence.room:runtime:1.1.1"
|
||||
|
Binary file not shown.
Binary file not shown.
@ -1,6 +0,0 @@
|
||||
<resources>
|
||||
<!-- Example customization of dimensions originally defined in res/values/dimens.xml
|
||||
(such as screen margins) for screens with more than 820dp of available width. This
|
||||
would include 7" and 10" devices in landscape (~960dp and ~1280dp respectively). -->
|
||||
<dimen name="activity_horizontal_margin">64dp</dimen>
|
||||
</resources>
|
Loading…
Reference in New Issue
Block a user