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

OSCHINA-MIRROR/wfchat-android-chat

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
build.gradle 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
imndx Отправлено 08.11.2024 04:51 45699a9
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
// ext.kotlin_version = '1.4.30-M1'
repositories {
google()
mavenCentral()
maven {url 'https://developer.huawei.com/repo/'}
}
dependencies {
classpath 'com.android.tools.build:gradle:8.7.2'
classpath 'com.huawei.agconnect:agcp:1.9.1.300'
// 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
classpath 'com.google.gms:google-services:4.4.2'
}
}
allprojects {
repositories {
google()
mavenCentral()
maven {
url "https://developer.huawei.com/repo/"
}
maven { url 'https://jitpack.io' }
maven { url 'https://dl.bintray.com/jenly/maven' }
}
configurations {
all {
resolutionStrategy {
//force "android.arch.lifecycle:runtime:1.1.1"
}
}
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}

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

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

1
https://api.gitlife.ru/oschina-mirror/wfchat-android-chat.git
git@api.gitlife.ru:oschina-mirror/wfchat-android-chat.git
oschina-mirror
wfchat-android-chat
wfchat-android-chat
master