Skip to content

Commit

Permalink
fix: add ConnectionExpress source file
Browse files Browse the repository at this point in the history
  • Loading branch information
diogoqueiros committed Nov 7, 2019
1 parent da9d61b commit a93c636
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
target-dir="src/com/tlantic/plugins/socket" />
<source-file src="src/android/Connection.java"
target-dir="src/com/tlantic/plugins/socket" />
<source-file src="src/android/ConnectionExpress.java"
target-dir="src/com/tlantic/plugins/socket" />
</platform>

<!-- ios -->
Expand Down
1 change: 0 additions & 1 deletion src/android/ConnectionExpress.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.tlantic.plugins.socket;

import android.telecom.Call;
import android.util.Base64;

import java.net.Socket;
Expand Down

0 comments on commit a93c636

Please sign in to comment.