Skip to content

Commit 4510574

Browse files
authored
Merge pull request #229 from Microsoft/develop
0.3.0 release merge
2 parents 6ddb920 + 997c21e commit 4510574

File tree

33 files changed

+316
-324
lines changed

33 files changed

+316
-324
lines changed

.idea/shelf/sasquatch_release_patch.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/shelf/sasquatch_release_patch/shelved.patch

Lines changed: 0 additions & 49 deletions
This file was deleted.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Below are the steps on how to integrate our compiled libraries in your applicati
5858
5959
```groovy
6060
dependencies {
61-
def mobileCenterSdkVersion = '0.2.0'
61+
def mobileCenterSdkVersion = '0.3.0'
6262
compile "com.microsoft.azure.mobile:mobile-center-analytics:${mobileCenterSdkVersion}"
6363
compile "com.microsoft.azure.mobile:mobile-center-crashes:${mobileCenterSdkVersion}"
6464
}
@@ -259,7 +259,7 @@ You create your own Crashes listener and assign it like this:
259259
You only include the modules for the services you want to use. They all have a dependency on the Mobile Center module, so this will be included once you pull down the dependencies.
260260
261261
* **Debugging steps, when you can't see crash reports on the portal:**
262-
1. Make sure the SDK `start()` API is used correctly and the Crashes module is initialized. Also, you need to restart the app after a crash – our SDK will forward the crash log only after it's restarted.
262+
1. Make sure the SDK `start()` API is used correctly and the Crashes module is configured. Also, you need to restart the app after a crash – our SDK will forward the crash log only after it's restarted.
263263
2. Make sure your device is connected to the internet.
264264
3. Check if the App Secret used to start the SDK matches the App Secret in the Mobile Center portal.
265265
4. Disable any other SDK that provides Crash Reporting functionality, as those might interfere with the Mobile Center SDK.
@@ -279,5 +279,5 @@ You create your own Crashes listener and assign it like this:
279279
280280
Gradle Dependency | Service
281281
------------------------------------------------------------ | ---------------
282-
com.microsoft.azure.mobile:mobile-center-analytics:0.2.0 | Analytics
283-
com.microsoft.azure.mobile:mobile-center-crashes:0.2.0 | Crashes
282+
com.microsoft.azure.mobile:mobile-center-analytics:0.3.0 | Analytics
283+
com.microsoft.azure.mobile:mobile-center-crashes:0.3.0 | Crashes

apps/helloworld/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

apps/helloworld/build.gradle

Lines changed: 0 additions & 25 deletions
This file was deleted.

apps/helloworld/proguard-rules.pro

Lines changed: 0 additions & 17 deletions
This file was deleted.

apps/helloworld/src/main/AndroidManifest.xml

Lines changed: 0 additions & 21 deletions
This file was deleted.

apps/helloworld/src/main/java/com/microsoft/azure/mobile/helloworld/HelloWorldActivity.java

Lines changed: 0 additions & 31 deletions
This file was deleted.

apps/helloworld/src/main/res/layout/activity_main.xml

Lines changed: 0 additions & 16 deletions
This file was deleted.
-3.34 KB
Binary file not shown.

0 commit comments

Comments
 (0)