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

View File

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