1 Star 0 Fork 46

艾尼路/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 859 Bytes
Copy Edit Raw Blame History
TommyLemon authored 2020-09-15 21:59 +08:00 . 从 APIJSON 主项目迁移 Demo 项目过来
apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion '29.0.0'
defaultConfig {
applicationId "apijson.demo"
minSdkVersion 26
targetSdkVersion 26
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
compileOptions {
targetCompatibility 1.8
sourceCompatibility 1.8
}
}
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api 'com.squareup.okhttp:okhttp:2.1.0'
api 'com.alibaba:fastjson:1.2.61'
api 'com.github.APIJSON:apijson-orm:3.9.0'
api 'com.github.yhaolpz:FloatWindow:1.0.9'
api 'com.github.TommyLemon:UnitAuto:1.0.3'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tsftian/APIJSON-Demo.git
git@gitee.com:tsftian/APIJSON-Demo.git
tsftian
APIJSON-Demo
APIJSON-Demo
master

Search