Skip to content

Commit 7bf8bcb

Browse files
author
jgduan
committed
新增使用说明。
1 parent 1526f25 commit 7bf8bcb

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,21 @@
1111

1212
**使用方式:**
1313

14+
- 在根目录的build.gradle中添加jitPack配置:
15+
```java
16+
allprojects {
17+
repositories {
18+
...
19+
maven { url 'https://jitpack.io' }
20+
}
21+
}
22+
```
23+
24+
- 在module的build.gradle中执行implementation依赖添加操作:
25+
```java
26+
implementation 'com.github.iflytek-duan:iFlyShare:3.0.2'
27+
```
28+
1429
- 在app的AndroidManifest.xml中添加以下内容
1530
- 添加权限
1631
```java
@@ -46,8 +61,3 @@
4661
android:theme="@android:style/Theme.Translucent.NoTitleBar"/>
4762
```
4863
> 注意:这里要填入正确的tencent+appId。
49-
50-
- 在module的build.gradle中执行implementation操作
51-
```java
52-
implementation ''
53-
```

0 commit comments

Comments
 (0)