Skip to content

Commit

Permalink
[Android]release version 1.1.17.0422
Browse files Browse the repository at this point in the history
  • Loading branch information
jinlong0813 committed Apr 22, 2017
1 parent e090a9e commit 4479729
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Android/EasyRTMP/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId "org.easydarwin.easyrtmp"
minSdkVersion 17
targetSdkVersion 22
versionCode 4
versionName "1.1.17.0122"
versionCode 5
versionName "1.1.17.0422"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public void stop() {
}

public void initPush(final String url, final Context context, final OnInitPusherCallback callback) {
String key = "79397037795A36526D343241594C6459703069664A666868626D527962326C6B567778576F502B6C34456468646D6C754A6B4A68596D397A595541794D4445325257467A65555268636E6470626C526C5957316C59584E35";
String key = "79397037795A36526D3430416E667059707756686B756876636D63755A57467A65575268636E64706269356C59584E35636E52746346634D5671442B6B75424859585A7062695A4359574A76633246414D6A41784E6B566863336C4559584A33615735555A5746745A57467A65513D3D";
mPusherObj = init(url, key, context, callback);
}

Expand Down

0 comments on commit 4479729

Please sign in to comment.