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:
casey langen 2018-12-15 17:59:33 -08:00
parent d8000d1fba
commit d5924f936f
5 changed files with 4 additions and 9 deletions

2
src/3rdparty/bin vendored

@ -1 +1 @@
Subproject commit f339b34f48cf27fc632108e914617f2d8d3e22b3
Subproject commit 9a24d68bfe004d1a3cd4e31f6eecf25fee9f1c1c

View File

@ -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"

View File

@ -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>