Skip to content

Commit 3b64b68

Browse files
committed
use miniSDKVersion 19
1 parent d0a728a commit 3b64b68

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

smartcropperlib/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ apply plugin: 'com.github.dcendents.android-maven'
33
group='com.github.pqpo'
44

55
android {
6-
compileSdkVersion 28
6+
compileSdkVersion 29
77

88
defaultConfig {
9-
minSdkVersion 21
10-
targetSdkVersion 28
11-
versionCode 9
12-
versionName "2.1.3"
9+
minSdkVersion 19
10+
targetSdkVersion 29
11+
versionCode 10
12+
versionName "2.1.4"
1313

1414
externalNativeBuild {
1515
cmake {

0 commit comments

Comments
 (0)