mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-09-01 06:35:09 +00:00
Enabled multi dex
This commit is contained in:
@@ -33,6 +33,7 @@
|
|||||||
android:icon="@drawable/icon"
|
android:icon="@drawable/icon"
|
||||||
android:label="KDE Connect"
|
android:label="KDE Connect"
|
||||||
android:theme="@style/KdeConnectTheme"
|
android:theme="@style/KdeConnectTheme"
|
||||||
|
android:name="android.support.multidex.MultiDexApplication"
|
||||||
>
|
>
|
||||||
|
|
||||||
<service
|
<service
|
||||||
|
@@ -15,6 +15,7 @@ android {
|
|||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 9
|
minSdkVersion 9
|
||||||
targetSdkVersion 22
|
targetSdkVersion 22
|
||||||
|
multiDexEnabled true
|
||||||
}
|
}
|
||||||
sourceSets {
|
sourceSets {
|
||||||
main {
|
main {
|
||||||
@@ -49,11 +50,12 @@ dependencies {
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
compile 'com.android.support:multidex:1.0.0'
|
||||||
compile 'com.android.support:support-v4:22.2.0'
|
compile 'com.android.support:support-v4:22.2.0'
|
||||||
compile 'com.android.support:appcompat-v7:22.2.0'
|
compile 'com.android.support:appcompat-v7:22.2.0'
|
||||||
compile 'com.madgag.spongycastle:pkix:1.52.0.0'
|
compile 'com.madgag.spongycastle:pkix:1.52.0.0'
|
||||||
compile 'org.apache.sshd:sshd-core:0.8.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 'io.netty:netty-all:4.0.29.Final'
|
||||||
compile fileTree(dir: 'libs', include: '*.jar')
|
compile fileTree(dir: 'libs', include: '*.jar')
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user