mirror of
https://invent.kde.org/network/kdeconnect-android.git
synced 2025-12-12 20:35:58 +01:00
compileSdk should not be lower than targetSdk
This commit is contained in:
@@ -48,7 +48,7 @@ fun String.runCommand(
|
||||
|
||||
android {
|
||||
namespace = "org.kde.kdeconnect_tp"
|
||||
compileSdk = 34
|
||||
compileSdk = 35
|
||||
defaultConfig {
|
||||
minSdk = 21
|
||||
targetSdk = 35
|
||||
|
||||
Reference in New Issue
Block a user