2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +00:00

Enabled multi dex

This commit is contained in:
Vineet Garg
2015-07-01 03:29:40 +05:30
parent 442c01a8e5
commit fd5063e7a7
2 changed files with 4 additions and 1 deletions

View File

@@ -33,6 +33,7 @@
android:icon="@drawable/icon"
android:label="KDE Connect"
android:theme="@style/KdeConnectTheme"
android:name="android.support.multidex.MultiDexApplication"
>
<service

View File

@@ -15,6 +15,7 @@ android {
defaultConfig {
minSdkVersion 9
targetSdkVersion 22
multiDexEnabled true
}
sourceSets {
main {
@@ -49,11 +50,12 @@ dependencies {
repositories {
mavenCentral()
}
compile 'com.android.support:multidex:1.0.0'
compile 'com.android.support:support-v4:22.2.0'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.madgag.spongycastle:pkix:1.52.0.0'
compile 'org.apache.sshd:sshd-core:0.8.0'
compile 'org.bouncycastle:bcprov-jdk16:1.46'
compile 'io.netty:netty-all:4.0.29.Final'
compile fileTree(dir: 'libs', include: '*.jar')