mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 01:51:47 +00:00
compileSdk should not be lower than targetSdk
This commit is contained in:
parent
48dd405201
commit
588cc8dfcf
@ -48,7 +48,7 @@ fun String.runCommand(
|
||||
|
||||
android {
|
||||
namespace = "org.kde.kdeconnect_tp"
|
||||
compileSdk = 34
|
||||
compileSdk = 35
|
||||
defaultConfig {
|
||||
minSdk = 21
|
||||
targetSdk = 35
|
||||
|
Loading…
x
Reference in New Issue
Block a user