1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2026-08-25 15:09:38 +00:00

Gradle script cleanups

This commit is contained in:
Loic Blot
2016-01-31 01:32:11 +01:00
parent 6405e23d08
commit 7a0ff98658
2 changed files with 11 additions and 13 deletions
-3
View File
@@ -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'
}