1 Star 0 Fork 40

vv_learnspace/FastDeploy

forked from PaddlePaddle/FastDeploy 
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
build.gradle 794 Bytes
Copy Edit Raw Blame History
DefTruth authored 2022-10-26 17:01 +08:00 . [Android] Add android aar package (#416)
// Top-level build file where you can add configuration options common to all sub-projects/modules.
//plugins {
// id 'com.android.application' version '7.2.2' apply false
// id 'com.android.library' version '7.2.2' apply false
//}
//
//task clean(type: Delete) {
// delete rootProject.buildDir
//}
buildscript {
repositories {
google()
jcenter()
// mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.2.2'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
// mavenCentral()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/vv_learnspace/FastDeploy.git
git@gitee.com:vv_learnspace/FastDeploy.git
vv_learnspace
FastDeploy
FastDeploy
develop

Search