Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
tanoDxyz committed Jul 3, 2022
1 parent e2d1f5b commit a56d177
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions itext722g/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ android {
defaultConfig {
minSdk 19
targetSdk 32
multiDexEnabled = true

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand All @@ -27,6 +28,8 @@ android {
}

dependencies {
implementation 'androidx.multidex:multidex:2.0.1'

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.annotation:annotation:1.2.0'
testImplementation 'junit:junit:4.13.2'
Expand Down

0 comments on commit a56d177

Please sign in to comment.