1 Star 0 Fork 1

zrw_tools/APIJSON-Demo

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 805 Bytes
一键复制 编辑 原始数据 按行查看 历史
TommyLemon 提交于 2023-04-29 10:34 +08:00 . Android:升级 SDK 和 Gradle
apply plugin: 'com.android.application'
//apply plugin: 'kotlin-android'
//apply plugin: 'kotlin-android-extensions'
android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
defaultConfig {
minSdkVersion 26
targetSdkVersion 29
versionCode 1
versionName "1.0"
applicationId "apijson.demo.client"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
testImplementation 'junit:junit:4.12'
// api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api project(':QRCodeLibrary')
api project(':ZBLibrary')
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zrw_tools/APIJSON-Demo.git
git@gitee.com:zrw_tools/APIJSON-Demo.git
zrw_tools
APIJSON-Demo
APIJSON-Demo
master

搜索帮助