diff --git a/sshauthentication-api/build.gradle b/sshauthentication-api/build.gradle index 9c4781de2..fede9303b 100644 --- a/sshauthentication-api/build.gradle +++ b/sshauthentication-api/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.library' apply plugin: 'maven-publish' android { - if (project.hasProperty('rootProject.ext.compileSdkVersion')) { + if (project.hasProperty('compileSdkVersion')) { compileSdkVersion rootProject.ext.compileSdkVersion } else { compileSdkVersion 28