Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit e5e2830

Browse files
committed
Added note about environment variables at travis-ci.
1 parent ff2ae34 commit e5e2830

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
[![Build Status](https://travis-ci.org/plastiv/CrashlyticsDemo.svg)](https://travis-ci.org/plastiv/CrashlyticsDemo)
2-
3-
Fabric Crashlytics Kit Setup Demo
1+
Fabric Crashlytics Kit Setup Demo [![Build Status](https://travis-ci.org/plastiv/CrashlyticsDemo.svg)](https://travis-ci.org/plastiv/CrashlyticsDemo)
42
===========
53

64
Project shows how to:
@@ -201,3 +199,12 @@ crashlytics.manifestPath = "relative/path/to/manifest"
201199
crashlytics.resPath = "relative/path/to/res"
202200
crashlytics.assetsPath = "relative/path/to/assets"
203201
```
202+
203+
Run demo app
204+
-------
205+
206+
Check yourself, that project doesn't have any of `crashlytics.properties`, `crashlytics-build.properties`, `com_crashlytics_export_strings.xml`
207+
or meta tag at `AndroidManifest.xml` but still both `debug` and `release` apks compiles fine. Because of `apiKey` and `apiSecret`
208+
are provided with environment variables.
209+
210+
[![Environment variables](/images/travis-ci-environment-variables.png)](https://travis-ci.org/plastiv/CrashlyticsDemo)
24.3 KB
Loading

0 commit comments

Comments
 (0)