2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-08-30 21:55:10 +00:00

Target and compile against Android 10.0 (SDK 29)

This commit is contained in:
Philip Cohn-Cort
2020-03-11 02:01:27 -04:00
parent 5e0ae437bb
commit 23337fb2f4

View File

@@ -11,10 +11,10 @@ buildscript {
}
android {
compileSdkVersion 28
compileSdkVersion 29
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
targetSdkVersion 29
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
dexOptions {