mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 09:58:08 +00:00
Bumped android sdk version
This commit is contained in:
parent
be66fb23cf
commit
5ece4e21e7
12
build.gradle
12
build.gradle
@ -10,11 +10,11 @@ buildscript {
|
|||||||
apply plugin: 'com.android.application'
|
apply plugin: 'com.android.application'
|
||||||
|
|
||||||
android {
|
android {
|
||||||
buildToolsVersion '23.0.3'
|
buildToolsVersion '25.0.2'
|
||||||
compileSdkVersion 23
|
compileSdkVersion 25
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 9
|
minSdkVersion 9
|
||||||
targetSdkVersion 22 //Bumping to 23 means we have to support the new permissions model
|
targetSdkVersion 22 //Bumping to >22 means we have to support the new permissions model
|
||||||
//multiDexEnabled true
|
//multiDexEnabled true
|
||||||
//testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
|
//testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
|
||||||
}
|
}
|
||||||
@ -71,9 +71,9 @@ dependencies {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
compile 'com.android.support:support-v4:23.4.0'
|
compile 'com.android.support:support-v4:25.1.1'
|
||||||
compile 'com.android.support:appcompat-v7:23.4.0'
|
compile 'com.android.support:appcompat-v7:25.1.1'
|
||||||
compile 'com.android.support:design:23.4.0'
|
compile 'com.android.support:design:25.1.1'
|
||||||
|
|
||||||
compile 'org.apache.sshd:sshd-core:0.8.0' //0.9 seems to fail on Android 6 and 1.+ requires java.nio.file, which doesn't exist in Android
|
compile 'org.apache.sshd:sshd-core:0.8.0' //0.9 seems to fail on Android 6 and 1.+ requires java.nio.file, which doesn't exist in Android
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user