mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
gradle: Migrate compileSdkVersion to compileSdk
Signed-off-by: utzcoz <utzcoz@outlook.com>
This commit is contained in:
parent
8a062e9836
commit
08831237f5
2
src/external/jnipp/build.gradle
vendored
2
src/external/jnipp/build.gradle
vendored
|
@ -1,7 +1,7 @@
|
|||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 26
|
||||
compileSdk 26
|
||||
buildToolsVersion '28.0.3'
|
||||
|
||||
defaultConfig {
|
||||
|
|
|
@ -8,7 +8,7 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion project.sharedCompileSdk
|
||||
compileSdk project.sharedCompileSdk
|
||||
buildToolsVersion buildToolsVersion
|
||||
|
||||
defaultConfig {
|
||||
|
|
|
@ -10,7 +10,7 @@ plugins {
|
|||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion project.sharedCompileSdk
|
||||
compileSdk project.sharedCompileSdk
|
||||
buildToolsVersion buildToolsVersion
|
||||
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ plugins {
|
|||
|
||||
|
||||
android {
|
||||
compileSdkVersion project.sharedCompileSdk
|
||||
compileSdk project.sharedCompileSdk
|
||||
buildToolsVersion buildToolsVersion
|
||||
|
||||
defaultConfig {
|
||||
|
|
Loading…
Reference in a new issue