Skip to content

Commit

Permalink
complieSdk 다운그레이드
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun1012 committed Mar 23, 2023
1 parent f2dec0e commit dece8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cropper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ plugins {

android {
namespace 'com.smarttoolfactory.cropper'
compileSdk 33
compileSdk 31

defaultConfig {
minSdk 21
targetSdk 33
targetSdk 31

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit dece8f8

Please sign in to comment.