1 Star 0 Fork 0

Evan/ownCloud-Account-Importer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 621 Bytes
一键复制 编辑 原始数据 按行查看 历史
David Luhmer 提交于 2017-05-27 00:52 . Update build file
apply plugin: 'com.android.library'
android {
compileSdkVersion 25
buildToolsVersion '25.0.3'
defaultConfig {
//applicationId 'de.luhmer.owncloud.accountimporter'
minSdkVersion 9
targetSdkVersion 25
versionCode 1
versionName '1.0'
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
productFlavors {
}
}
dependencies {
compile 'com.android.support:support-v4:25.3.1'
compile fileTree(dir: 'libs', include: ['*.jar'])
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/creno/ownCloud-Account-Importer.git
[email protected]:creno/ownCloud-Account-Importer.git
creno
ownCloud-Account-Importer
ownCloud-Account-Importer
master

搜索帮助