1 Star 0 Fork 46

oscat/APIJSON-Demo

forked from APIJSON/APIJSON-Demo 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build.gradle 805 Bytes
Copy Edit Raw Blame History
TommyLemon authored 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/os-cat/APIJSON-Demo.git
git@gitee.com:os-cat/APIJSON-Demo.git
os-cat
APIJSON-Demo
APIJSON-Demo
master

Search