61 Star 488 Fork 106

w2016561536/android_virtual_cam

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 757 Bytes
一键复制 编辑 原始数据 按行查看 历史
w2016561536 提交于 2022-03-06 18:55 . 修正繁体中文翻译
plugins {
id 'com.android.application'
}
android {
compileSdk 31
defaultConfig {
applicationId "com.example.vcam"
minSdk 21
targetSdk 26
versionCode 28
versionName "4.4"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
}
dependencies {
compileOnly 'de.robv.android.xposed:api:82'
compileOnly 'de.robv.android.xposed:api:82:sources'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/w2016561536/android_virtual_cam.git
git@gitee.com:w2016561536/android_virtual_cam.git
w2016561536
android_virtual_cam
android_virtual_cam
master

搜索帮助