2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 13:47:41 +00:00

Bumped SDK version

This commit is contained in:
Albert Vaca
2015-06-13 22:43:35 -07:00
parent de66bdfae3
commit 39fba2ef2a

View File

@@ -10,11 +10,11 @@ buildscript {
apply plugin: 'com.android.application'
android {
compileSdkVersion 21
buildToolsVersion '21.1.2'
compileSdkVersion 22
buildToolsVersion '22.0.1'
defaultConfig {
minSdkVersion 9
targetSdkVersion 21
targetSdkVersion 22
}
sourceSets {
main {
@@ -49,8 +49,8 @@ dependencies {
repositories {
mavenCentral()
}
compile 'com.android.support:support-v4:21.0.3'
compile 'com.android.support:appcompat-v7:21.0.3'
compile 'com.android.support:support-v4:22.2.0'
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'org.apache.mina:mina-core:2.0.9'
compile 'org.apache.sshd:sshd-core:0.8.0'
compile 'org.bouncycastle:bcprov-jdk16:1.46'