forked from segmentio/analytics-android
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from astronomerio/develop
Develop
- Loading branch information
Showing
8 changed files
with
59 additions
and
20 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
2 changes: 1 addition & 1 deletion
2
analytics-samples/analytics-wear-sample/src/main/res/values/strings.xml
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,6 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<resources> | ||
|
||
<string name="app_name">Segment Wear Sample</string> | ||
<string name="app_name">Astronomer Wear Sample</string> | ||
|
||
</resources> |
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,3 @@ | ||
POM_NAME=Segment Android Wear Analytics | ||
POM_NAME=Astronomer Android Wear Analytics | ||
POM_ARTIFACT_ID=analytics-wear | ||
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
POM_NAME=Segment Android Analytics | ||
POM_NAME=Astronomer Android Analytics | ||
POM_ARTIFACT_ID=analytics | ||
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
GROUP=com.segment.analytics.android | ||
GROUP=io.astronomer.analytics.android | ||
|
||
VERSION_CODE=416 | ||
VERSION_NAME=4.1.6-SNAPSHOT | ||
|
||
POM_NAME=Segment for Android | ||
POM_NAME=Astronomer for Android | ||
POM_DESCRIPTION=The hassle-free way to add analytics to your Android app. | ||
|
||
POM_URL=http://github.com/segmentio/analytics-android | ||
POM_SCM_URL=http://github.com/segmentio/analytics-android | ||
POM_SCM_CONNECTION=scm:git:git://github.com/segmentio/analytics-android.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/segmentio/analytics-android.git | ||
POM_URL=http://github.com/astronomerio/analytics-android | ||
POM_SCM_URL=http://github.com/astronomerio/analytics-android | ||
POM_SCM_CONNECTION=scm:git:git://github.com/astronomerio/analytics-android.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/astronomerio/analytics-android.git | ||
|
||
POM_LICENCE_NAME=The MIT License (MIT) | ||
POM_LICENCE_URL=http://opensource.org/licenses/MIT | ||
POM_LICENCE_DIST=repo | ||
|
||
POM_DEVELOPER_ID=segmentio | ||
POM_DEVELOPER_NAME=Segment, Inc. | ||
POM_DEVELOPER_ID=astronomerio | ||
POM_DEVELOPER_NAME=Astronomer, Inc. |