mirror of
https://github.com/KDE/kdeconnect-android
synced 2025-08-22 18:07:55 +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 {
|
android {
|
||||||
namespace = "org.kde.kdeconnect_tp"
|
namespace = "org.kde.kdeconnect_tp"
|
||||||
compileSdk = 34
|
compileSdk = 35
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdk = 21
|
minSdk = 21
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
|
Loading…
x
Reference in New Issue
Block a user