Skip to content

Commit

Permalink
Fix connect endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tagavari committed Feb 15, 2021
1 parent 6c07114 commit e51ec94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ android {
applicationId "me.tagavari.airmessage"
minSdkVersion 23
targetSdkVersion 30
versionName "3.1.1"
versionCode 106
versionName "3.1.1b"
versionCode 107

resConfigs "en", "fr", "ja"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
*/
class ProxyConnect extends DataProxy<EncryptedPacket> {
//Creating the constants
private static final URI connectHostname = URI.create("wss://connect2.airmessage.org");
private static final URI connectHostname = URI.create("wss://connect.airmessage.org");
private static final long handshakeTimeout = 8 * 1000;

//Creating the state values
Expand Down

0 comments on commit e51ec94

Please sign in to comment.