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

compileSdk should not be lower than targetSdk

This commit is contained in:
Albert Vaca Cintora 2024-10-13 22:18:56 +02:00
parent 48dd405201
commit 588cc8dfcf
No known key found for this signature in database

View File

@ -48,7 +48,7 @@ fun String.runCommand(
android {
namespace = "org.kde.kdeconnect_tp"
compileSdk = 34
compileSdk = 35
defaultConfig {
minSdk = 21
targetSdk = 35