2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-01 22:55:10 +00:00

Update gradle plugin to make Android Studio happy

This commit is contained in:
Albert Vaca
2016-11-28 14:48:22 +01:00
parent fc25e42196
commit 32f9f3b76a

View File

@@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0'
classpath 'com.android.tools.build:gradle:2.2.2'
}
}