Android samples: remove Android Support dependencies, #32

This commit is contained in:
Emux
2016-07-19 20:49:58 +03:00
parent 11f02128e6
commit 8b599dbf53
10 changed files with 32 additions and 36 deletions

View File

@@ -3,8 +3,6 @@ apply plugin: 'com.android.application'
dependencies {
compile project(':vtm-android')
compile project(':vtm-themes')
compile 'com.android.support:support-v4:24.0.0'
compile 'com.android.support:appcompat-v7:24.0.0'
compile 'com.noveogroup.android:android-logger:1.3.6'
}