[Android] App module
Geoffrey Métais
git at videolan.org
Wed Jan 15 15:36:14 CET 2020
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Jan 15 11:44:02 2020 +0100| [675b280b8035f8a8c6ff72e11a720d25aaf1fd73] | committer: Geoffrey Métais
App module
Make a new module for the android App
vlc-android becomes a library module
> https://code.videolan.org/videolan/vlc-android/commit/675b280b8035f8a8c6ff72e11a720d25aaf1fd73
---
app/.gitignore | 1 +
app/build.gradle | 133 +++++++++++++++++++++
app/proguard-rules.pro | 21 ++++
.../videolan/mobile/app/ExampleInstrumentedTest.kt | 24 ++++
app/src/main/AndroidManifest.xml | 22 ++++
.../org/videolan/mobile/app/ExampleUnitTest.kt | 17 +++
settings.gradle | 2 +-
tools/build.gradle | 1 -
vlc-android/AndroidManifest.xml | 18 +--
vlc-android/build.gradle | 104 +---------------
vlc-android/res/layout/file_picker_fragment.xml | 23 ----
11 files changed, 226 insertions(+), 140 deletions(-)
Diff: https://code.videolan.org/videolan/vlc-android/commit/675b280b8035f8a8c6ff72e11a720d25aaf1fd73
More information about the Android
mailing list