Merge pull request #1381 from johnjohndoe/drag-sort-list-view-submodule
Removed references to former "app/dslv" submodule.
This commit is contained in:
commit
04786a6c17
|
@ -1,7 +1,6 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
|
||||||
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:dslv="http://schemas.android.com/apk/res-auto"
|
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
|
|
|
@ -10,5 +10,4 @@
|
||||||
# Project target.
|
# Project target.
|
||||||
proguard.config=proguard.cfg
|
proguard.config=proguard.cfg
|
||||||
target=android-19
|
target=android-19
|
||||||
android.library.reference.1=submodules/dslv/library
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue