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

57 lines
1.2 KiB

apply plugin: 'com.jmecustomer.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 18
targetSdkVersion 28
versionCode 1
versionName "1.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
debuggable false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-jmecustomer.txt'), 'proguard-rules.pro'
}
livedebug {
debuggable true
minifyEnabled false
}
stag {
debuggable true
minifyEnabled false
}
livetest{
debuggable false
minifyEnabled false
}
dev{
debuggable true
minifyEnabled false
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.1.0'
testImplementation 'junit:junit:4.12'
androidTestImplementation 'androidx.test.ext:junit:1.1.1'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.2.0'
api files('src/main/libs/mtk_v4.6.0.37.jar')
implementation files('src/main/libs/RSLicenseSDK.jar')
}