Skip to content

Commit

Permalink
update sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiaozhong committed May 17, 2019
1 parent 4de81bf commit 5e908e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Android 直播(网络自适应码率RTMP publisher)、点播播放器(播

```
dependencies {
 compile 'org.ar:rtmpc_hybrid:3.0.0'
 compile 'org.ar:rtmpc_hybrid:3.0.2'
}
```

Expand All @@ -40,7 +40,7 @@ dependencies {
<dependency>
<groupId>org.ar</groupId>
<artifactId>rtmpc_hybrid</artifactId>
<version>3.0.0</version>
<version>3.0.2</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ dependencies {
compile 'com.android.support:design:28.0.0'
compile 'com.orhanobut:logger:1.15'
compile 'com.yanzhenjie.nohttp:okhttp:1.1.11'
compile 'org.ar:rtmpc_hybrid:3.0.1'
compile 'org.ar:rtmpc_hybrid:3.0.2'
compile 'com.loopj.android:android-async-http:1.4.9'
}
2 changes: 2 additions & 0 deletions app/src/main/java/org/ar/DeveloperInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
public class DeveloperInfo {




public final static String APPID = "";

public final static String APPTOKEN = "";
Expand Down

0 comments on commit 5e908e0

Please sign in to comment.