This repository has been archived on 2025-01-10. You can view files and clone it, but cannot push or open issues or pull requests.
PiratX-Archive/libs/fullscreenvideoview/build.gradle
Christian Schneppe add92c9ece automatically hide and show FAB in MediaViewerActivity
integrate lib FullscreenVideoView as files
2019-02-09 22:19:06 +01:00

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'