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

Play Store will require API level 26 starting September

This commit is contained in:
Albert Vaca 2018-05-20 23:40:23 +02:00
parent b282d3a7d0
commit ccded770d3

View File

@ -15,7 +15,7 @@ android {
compileSdkVersion 27
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
targetSdkVersion 27
//multiDexEnabled true
//testInstrumentationRunner "com.android.test.runner.MultiDexTestRunner"
}