Ai
1 Star 0 Fork 0

Adiudiu/FFmpeg-Android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 870 Bytes
一键复制 编辑 原始数据 按行查看 历史
Brian 提交于 2019-05-01 22:52 +08:00 . appcompat > androidx
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
defaultConfig {
applicationId "nl.bravobit.ffmpeg.example"
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.0.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
// Android libraries
implementation 'androidx.appcompat:appcompat:1.0.2'
// Misc
implementation 'com.jakewharton.timber:timber:4.7.1'
// FFmpeg project
implementation project(':android-ffmpeg')
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mywy/FFmpeg-Android.git
git@gitee.com:mywy/FFmpeg-Android.git
mywy
FFmpeg-Android
FFmpeg-Android
master

搜索帮助