1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/lins05-seadroid

Клонировать/Скачать
build.gradle 827
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
maxiaoping Отправлено 24.05.2022 03:22 9d700d7
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google() // https://stackoverflow.com/a/50563942/5923915
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
ext {
compileSdkVersion = 29
supportLibVersion = '27.1.1' // variable that can be referenced to keep support libs consistent
minSdkVersion = 21
targetSdkVersion = 30
buildToolsVersion = '27.0.3'
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/lins05-seadroid.git
git@api.gitlife.ru:oschina-mirror/lins05-seadroid.git
oschina-mirror
lins05-seadroid
lins05-seadroid
master