Remove unnecessary = signs from build.gradle

Change-Id: Ic7090ec2003b20a809f8920bae28bc9b88733cb8
Reviewed-by: Andy Shaw <andy.shaw@qt.io>
This commit is contained in:
Assam Boudjelthia 2021-05-10 21:51:18 +03:00
parent eaac5bae98
commit 6d72896d0c

View File

@ -71,7 +71,7 @@ android {
defaultConfig {
resConfig "en"
minSdkVersion = qtMinSdkVersion
targetSdkVersion = qtTargetSdkVersion
minSdkVersion qtMinSdkVersion
targetSdkVersion qtTargetSdkVersion
}
}