You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-18
Original file line number
Diff line number
Diff line change
@@ -49,31 +49,14 @@ The project received different mentions/reference from Android Developer Communi
49
49
50
50
First off, you require the latest Android Studio 3.5.3 (or newer) to be able to build the app.
51
51
52
-
You need to supply API keys for the various services the app uses. That is currently Marvel and Fabric (Crashlytics). You can find information about how to gain access via these relevant links.
53
-
54
-
- Marvel: https://developer.marvel.com/
55
-
- Firebase: https://get.fabric.io/
52
+
You need to supply keys for Marvel API. You can find information about how to gain access by using the [link](https://developer.marvel.com).
56
53
57
54
When you obtain the keys, you can provide them to the app by putting the following in the `local.properties` project root file:
58
55
59
56
```properties
60
57
#Marvel API KEYS
61
58
marvel.key.public = <insert>
62
59
marvel.key.private = <insert>
63
-
64
-
#Fabric API KEYS
65
-
fabric.key = <insert>
66
-
fabric.secret = <insert>
67
-
```
68
-
69
-
Moreover, to sign your app for release you should generate an upload key and keystore following the [official documentation](https://developer.android.com/studio/publish/app-signing#sign-apk). Append the information used to generate it into `local.properties` project root file following the structure:
0 commit comments