diff --git a/itext722g/build.gradle b/itext722g/build.gradle index 8b74706..5d9963f 100644 --- a/itext722g/build.gradle +++ b/itext722g/build.gradle @@ -9,6 +9,7 @@ android { defaultConfig { minSdk 19 targetSdk 32 + multiDexEnabled = true testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" consumerProguardFiles "consumer-rules.pro" @@ -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'