统一IM方案,Android端sdk
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 1 година
пре 1 година
пре 1 година
пре 1 година
пре 1 година
пре 1 година
123456789101112131415161718
  1. // Top-level build file where you can add configuration options common to all sub-projects/modules.
  2. buildscript {
  3. dependencies {
  4. // 增加Android Gradle插件版本号配置,{version}为实际的Gradle插件版本号,例如7.1.1。
  5. classpath 'com.android.tools.build:gradle:7.1.1'
  6. // 增加AGC插件配置,请您参见AGC插件依赖关系选择合适的AGC插件版本。
  7. classpath 'com.huawei.agconnect:agcp:1.6.0.300'
  8. }
  9. }
  10. plugins {
  11. id 'com.android.application' version '7.3.1' apply false
  12. id 'com.android.library' version '7.3.1' apply false
  13. id 'org.jetbrains.kotlin.android' version '1.7.20' apply false
  14. id "org.sonarqube" version "3.5.0.2730"
  15. }
  16. apply from: "config.gradle"