3 Star 0 Fork 1

Gitee 极速下载/Android-IMSI-Catcher-Detector

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/SecUpwN/Android-IMSI-Catcher-Detector
克隆/下载
build.gradle 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
Lars Grefer 提交于 2017-04-21 02:52 +08:00 . update gradle plugsin
import org.codehaus.groovy.runtime.IOGroovyMethods
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.1'
classpath "io.freefair.gradle:android-gradle-plugins:2.3.1"
classpath "io.freefair.gradle:gradle-plugins:0.10.1"
classpath "io.realm:realm-gradle-plugin:3.1.1"
}
}
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
if (System.getenv("BLDZR_BUILD_NUMBER") != null) {
exec('git fetch origin --unshallow --tags -v')
}
apply plugin: 'io.freefair.git-version'
gitTagPrefix = 'v'
}
private void exec(String cmd) {
println "EXEC: $cmd"
def process = cmd.execute([], project.rootDir)
String text = IOGroovyMethods.getText(new BufferedReader(new InputStreamReader(process.getInputStream())));
String err = IOGroovyMethods.getText(new BufferedReader(new InputStreamReader(process.getErrorStream())));
process.closeStreams();
println text
println err
println "FINISHED: $cmd"
println ""
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/Android-IMSI-Catcher-Detector.git
git@gitee.com:mirrors/Android-IMSI-Catcher-Detector.git
mirrors
Android-IMSI-Catcher-Detector
Android-IMSI-Catcher-Detector
development

搜索帮助