diff --git a/androidwm/build.gradle b/androidwm/build.gradle index d29b886..d0683c4 100644 --- a/androidwm/build.gradle +++ b/androidwm/build.gradle @@ -6,7 +6,7 @@ android { compileSdkVersion 28 defaultConfig { - minSdkVersion 15 + minSdkVersion 14 targetSdkVersion 28 versionCode 1 versionName "1.0" @@ -57,4 +57,4 @@ dependencies { if (project.rootProject.file('local.properties').exists()) { apply from: 'android-release-aar.gradle' -} \ No newline at end of file +}