1 Star 0 Fork 1

lipzh / freeotp-android

forked from 吴和桂 / freeotp-android 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build.gradle 524 Bytes
一键复制 编辑 原始数据 按行查看 历史
Adam Kaplan 提交于 2019-10-04 08:29 . Update to Android 10 (API 29)
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.1'
}
}
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
// Android studio requires google m2 to obtain support libraries, even though
// we are not directly referencing them at present.
google()
}
}
Java
1
https://gitee.com/private-warehouse/freeotp-android.git
git@gitee.com:private-warehouse/freeotp-android.git
private-warehouse
freeotp-android
freeotp-android
master

搜索帮助