Skip to content

Commit

Permalink
- add to jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahimi committed Sep 16, 2018
1 parent ea8da00 commit 679dca6
Show file tree
Hide file tree
Showing 5 changed files with 592 additions and 8 deletions.
8 changes: 8 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@

<activity android:name=".application.chatexample.ChatActivity">

<!--<intent-filter>-->
<!--<action android:name="android.intent.action.MAIN" />-->

<!--<category android:name="android.intent.category.LAUNCHER" />-->
<!--</intent-filter>-->

</activity>
<activity android:name=".application.chatexample.ChatSandBoxActivity">
<intent-filter>
<action android:name="android.intent.action.MAIN" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public class ChatActivity extends AppCompatActivity implements AdapterView.OnIte
// private String name = "Fifi";
// private static String TOKEN = "5fb88da4c6914d07a501a76d68a62363";

// private String name = "jiji";
// private String name = "jiji";
// private static String TOKEN = "f53f39a1893e4c4da18e59822290a552";
// private String name = "zizi";
// private static String TOKEN = "7cba09ff83554fc98726430c30afcfc6";
Expand Down
Loading

0 comments on commit 679dca6

Please sign in to comment.