fix compileSdkVersion check in sshauthentication
parent
7a74904aac
commit
0f1902fd4b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue