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

OSCHINA-MIRROR/jingbin127-CloudReader

Клонировать/Скачать
build.gradle 1.2 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
youlookwhat Отправлено 09.03.2021 19:04 0055961
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
// kotlin 版本
ext.kotlin_version = '1.3.31'
// anko 版本
ext.anko_version='0.10.8'
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.4.2'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
maven {
url "https://dl.google.com/dl/android/maven2/"
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}
// Define versions in a single place
ext {
// Support library and architecture components support minSdk 19 and above.
minSdkVersion = 19
targetSdkVersion = 28
compileSdkVersion = 28
buildToolsVersion = '28.0.3'
// App dependencies
supportLibraryVersion = '28.0.0'
junitVersion = '4.12'
roomVersion = "1.1.1"
}

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

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

1
https://api.gitlife.ru/oschina-mirror/jingbin127-CloudReader.git
git@api.gitlife.ru:oschina-mirror/jingbin127-CloudReader.git
oschina-mirror
jingbin127-CloudReader
jingbin127-CloudReader
master