浏览代码

fix bug

/main
meng.yan 3 年前
当前提交
251dd316
共有 1 个文件被更改,包括 16 次插入18 次删除
  1. 34
      Documentation/apm.md

34
Documentation/apm.md


}
```
Add the APM plug-in to the baseProjectTemplate.gradle file.
2. Add the APM plug-in to the baseProjectTemplate.gradle file.
```
buildscript {
repositories {
// Add the maven repository
maven { url 'https://developer.huawei.com/repo/' }
}
dependencies {
// ...
// To benefit from the latest APM feaures, update your Android Gradle Plugin dependency to at least v3.3.2
classpath 'com.android.tools.build:gradle:3.3.2'
// Add the dependency for the APM plugin
classpath 'com.huawei.agconnect:agconnect-apms-plugin:1.5.2.300'
}
}
```
```
buildscript {
repositories {
// Add the maven repository
maven { url 'https://developer.huawei.com/repo/' }
}
dependencies {
// ...
// To benefit from the latest APM feaures, update your Android Gradle Plugin dependency to at least v3.3.2
classpath 'com.android.tools.build:gradle:3.3.2'
// Add the dependency for the APM plugin
classpath 'com.huawei.agconnect:agconnect-apms-plugin:1.5.2.300'
}
}
```
## Developing with the SDK

正在加载...
取消
保存