Skip to content

Commit

Permalink
use miniSDKVersion 19
Browse files Browse the repository at this point in the history
  • Loading branch information
pqpo committed Jun 17, 2020
1 parent d0a728a commit 3b64b68
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions smartcropperlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3b64b68

Please sign in to comment.