4 Star 1 Fork 2

Gitee 极速下载 / remote-desktop-clients

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/iiordanov/remote-desktop-clients
克隆/下载
build.gradle 670 Bytes
一键复制 编辑 原始数据 按行查看 历史
Iordan Iordanov 提交于 2023-12-17 12:52 . Updated SDK and tools version.
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
ext.kotlin_version = '1.6.21'
repositories {
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
allprojects {
repositories {
mavenCentral()
google()
}
}
ext {
toolsVersion = properties.get('TOOLS_VERSION', '34.0.0')
compileApi = properties.get('COMPILE_API', 34)
targetApi = properties.get('TARGET_API', 34)
minApi = properties.get('MIN_API', 21)
}
Java
1
https://gitee.com/mirrors/remote-desktop-clients.git
git@gitee.com:mirrors/remote-desktop-clients.git
mirrors
remote-desktop-clients
remote-desktop-clients
master

搜索帮助