Skip to content
This repository was archived by the owner on Jul 27, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions image-editor-ui/readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Android: Getting Started
# Android: Image Editor UI

This repo accompanies [the Creative SDK Image Editor UI guide for Android](https://creativesdk.adobe.com/docs/android/#/articles/imageediting/index.html).

Expand All @@ -22,7 +22,7 @@ Just follow the steps below.
public class Keys {

public static final String CSDK_CLIENT_ID = "<YOUR_ID_HERE>";
public static final String CSDK_CLIENT_SECRET = "<YOU_SECRET_HERE>";
public static final String CSDK_CLIENT_SECRET = "<YOUR_SECRET_HERE>";

}
```
Expand Down