-
Notifications
You must be signed in to change notification settings - Fork 240
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For 0.1.X, starting with 0.1.8, Scarlet will be avaliable in maven central. Will put up a seperate PR for 0.2.X releases.
- Loading branch information
Aaron He
committed
Jun 20, 2019
1 parent
d01ed28
commit 8da7192
Showing
35 changed files
with
98 additions
and
923 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
android.enableJetifier=true | ||
android.useAndroidX=true | ||
version=0.1.7 | ||
|
||
GROUP=com.tinder.scarlet | ||
VERSION_NAME=0.1.8 | ||
|
||
POM_DESCRIPTION=A Retrofit inspired WebSocket client for Kotlin, Java, and Android. | ||
POM_URL=https://github.com/Tinder/Scarlet | ||
POM_SCM_URL=https://github.com/Tinder/Scarlet | ||
POM_SCM_CONNECTION=scm:git:git://github.com/Tinder/Scarlet.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/Tinder/Scarlet.git | ||
POM_LICENCE_NAME=BSD 3-Clause "New" or "Revised" License | ||
POM_LICENCE_URL=https://opensource.org/licenses/BSD-3-Clause | ||
POM_LICENCE_DIST=repo | ||
POM_DEVELOPER_ID=Tinder | ||
POM_DEVELOPER_NAME=Tinder Open Source |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
POM_ARTIFACT_ID=scarlet-core-internal | ||
POM_NAME=Scarlet Core Internal | ||
POM_PACKAGING=jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
POM_ARTIFACT_ID=scarlet-core | ||
POM_NAME=Scarlet(Core) | ||
POM_PACKAGING=jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
POM_ARTIFACT_ID=lifecycle-android | ||
POM_NAME=Lifecyle: Android | ||
POM_PACKAGING=aar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
POM_ARTIFACT_ID=message-adapter-built-in | ||
POM_NAME=Message Adapter: Built-in | ||
POM_PACKAGING=jar |
Oops, something went wrong.