mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-10 09:26:21 +00:00
Gradle script cleanups
This commit is contained in:
parent
6405e23d08
commit
7a0ff98658
@ -30,9 +30,6 @@ dependencies {
|
||||
compile project(':nrzandroidlib')
|
||||
compile 'com.android.support:support-v13:23.+'
|
||||
compile 'com.android.support:appcompat-v7:23.+'
|
||||
compile 'com.github.florent37:materialtextfield:1.0.1@aar'
|
||||
compile 'com.android.support:cardview-v7:23.+'
|
||||
compile 'com.nineoldandroids:library:2.4.0'
|
||||
compile 'in.srain.cube:ultra-ptr:1.0.11'
|
||||
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
|
||||
}
|
||||
|
@ -26,6 +26,7 @@
|
||||
-->
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_horizontal"
|
||||
|
Loading…
x
Reference in New Issue
Block a user