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:
@@ -33,6 +33,7 @@
|
||||
android:icon="@drawable/icon"
|
||||
android:label="KDE Connect"
|
||||
android:theme="@style/KdeConnectTheme"
|
||||
android:name="android.support.multidex.MultiDexApplication"
|
||||
>
|
||||
|
||||
<service
|
||||
|
@@ -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')
|
||||
|
||||
|
Reference in New Issue
Block a user