mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-24 22:55:37 +00:00
Drop our notification manage & use native Android Studio providen and better class
This commit is contained in:
+5
-4
@@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
|
||||
android {
|
||||
compileSdkVersion 23
|
||||
buildToolsVersion "22.0.1"
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
useLibrary 'org.apache.http.legacy'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "fr.unix_experience.owncloud_sms"
|
||||
@@ -28,9 +28,10 @@ repositories {
|
||||
dependencies {
|
||||
compile project(':owncloudAndroidLibrary')
|
||||
compile project(':nrzandroidlib')
|
||||
compile 'com.android.support:support-v13:23.+'
|
||||
compile 'com.android.support:appcompat-v7:23.+'
|
||||
compile 'com.android.support:design:23.+'
|
||||
compile 'com.android.support:support-v13:23.1.1'
|
||||
compile 'com.android.support:appcompat-v7:23.1.1'
|
||||
compile 'com.android.support:design:23.1.1'
|
||||
compile 'in.srain.cube:ultra-ptr:1.0.11'
|
||||
compile 'com.github.dmytrodanylyk.android-process-button:library:1.0.4'
|
||||
compile 'com.android.support:support-v4:23.1.1'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user