You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
444 B
Groovy

2 years ago
apply plugin: 'com.android.library'
android {
11 months ago
compileSdk 35
2 years ago
defaultConfig {
minSdk 24
11 months ago
targetSdk 35
2 years ago
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
namespace 'com.vincent.videocompressor'
}
dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation files('libs/isoparser-1.0.6.jar')
implementation files('libs/aspectjrt-1.7.3.jar')
}