From 3b64b6822f4ee7c36d03be18798aa1e881aa6739 Mon Sep 17 00:00:00 2001 From: pqpo Date: Wed, 17 Jun 2020 17:28:11 +0800 Subject: [PATCH] use miniSDKVersion 19 --- smartcropperlib/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/smartcropperlib/build.gradle b/smartcropperlib/build.gradle index e6f88ba..a2341d2 100644 --- a/smartcropperlib/build.gradle +++ b/smartcropperlib/build.gradle @@ -3,13 +3,13 @@ apply plugin: 'com.github.dcendents.android-maven' group='com.github.pqpo' android { - compileSdkVersion 28 + compileSdkVersion 29 defaultConfig { - minSdkVersion 21 - targetSdkVersion 28 - versionCode 9 - versionName "2.1.3" + minSdkVersion 19 + targetSdkVersion 29 + versionCode 10 + versionName "2.1.4" externalNativeBuild { cmake {