4 Star 9 Fork 4

Android-TV/vlc-android

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.93 KB
一键复制 编辑 原始数据 按行查看 历史
Nicolas Pomepuy 提交于 2020-03-27 20:55 +08:00 . Rename api module and update readme file
/*
* *************************************************************************
* build.gradle.java
* **************************************************************************
* Copyright © 2015 VLC authors and VideoLAN
* Author: Geoffrey Métais
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
* ***************************************************************************
*/
apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
ext {
library_version = '0.1'
repoName = 'Android'
libraryName = 'VLC-API'
desc = 'SDK for VLC-Android extensions'
lib_artifact = 'vlc-extensions'
libraryDescription = 'SDK for VLC-Android extensions'
}
android {
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
versionCode 1
versionName "1.0"
minSdkVersion rootProject.ext.minSdkVersion
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
api "androidx.appcompat:appcompat:$rootProject.ext.androidxAppcompatVersion"
testImplementation "junit:junit:$rootProject.ext.junitVersion"
}
apply from: '../buildsystem/publish.gradle'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/Android-TV/vlc-android.git
git@gitee.com:Android-TV/vlc-android.git
Android-TV
vlc-android
vlc-android
master

搜索帮助