add92c9ece
integrate lib FullscreenVideoView as files
27 lines
No EOL
550 B
Groovy
27 lines
No EOL
550 B
Groovy
apply plugin: 'com.android.library'
|
|
|
|
android {
|
|
lintOptions {
|
|
abortOnError false
|
|
}
|
|
compileSdkVersion 28
|
|
|
|
defaultConfig {
|
|
minSdkVersion 14
|
|
targetSdkVersion 28
|
|
versionCode 11
|
|
versionName "1.1.3"
|
|
}
|
|
buildTypes {
|
|
release {
|
|
minifyEnabled false
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
}
|
|
|
|
//apply from: '../maven_push.gradle' |