2
0
mirror of https://github.com/KDE/kdeconnect-android synced 2025-09-01 06:35:09 +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 { android {
compileSdkVersion 28 compileSdkVersion 29
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 28 targetSdkVersion 29
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
} }
dexOptions { dexOptions {