-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove decide api check and make track automatic events a required pa…
…ram during init
- Loading branch information
Showing
16 changed files
with
84 additions
and
542 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,5 @@ | ||
1. install selenium webdriver lib by "pip install selenium" | ||
2. change mDecideEndpoint and mEditorUrl to your IP address with port 8000. | ||
eg. my IP is 172.16.20.43, so add | ||
<meta-data android:name="com.mixpanel.android.MPConfig.DecideEndpoint" android:value="http://172.16.20.43:8000" /> | ||
<meta-data android:name="com.mixpanel.android.MPConfig.EditorUrl" android:value="http://172.16.20.43:8000" /> | ||
to AndroidManifest.xml of mixpanel-android. | ||
3. change the android library location to your local library location in the build.gradle of the test app | ||
4. launch emulator or hook up your Android device (make sure there's only 1 device/emulator connected to your | ||
2. change the android library location to your local library location in the build.gradle of the test app | ||
3. launch emulator or hook up your Android device (make sure there's only 1 device/emulator connected to your | ||
machine | ||
5. now run "run.sh" | ||
4. now run "run.sh" |
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,4 +1,4 @@ | ||
VERSION_NAME=6.4.1-SNAPSHOT | ||
VERSION_NAME=7.0.0-SNAPSHOT | ||
|
||
POM_PACKAGING=aar | ||
GROUP=com.mixpanel.android | ||
|
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
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
Oops, something went wrong.