apply plugin: 'com.android.library' android { compileSdk 34 defaultConfig { minSdk 24 targetSdk 34 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } namespace 'com.vincent.videocompressor' } dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') // androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { // exclude group: 'com.android.support', module: 'support-annotations' // }) //implementation 'com.android.support:appcompat-v7:26.+' implementation files('libs/isoparser-1.0.6.jar') implementation files('libs/aspectjrt-1.7.3.jar') }