Skip to content

Commit

Permalink
Update README.md (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
aakram22 authored Feb 10, 2023
1 parent 2b12882 commit 34b8b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To get started with the demo apps, follow the instructions below:
1. Open your desired project in Android Studio: `DemoApp-Java` or `DemoApp-Kotlin`.
2. Verify that the dependency `implementation 'com.applovin:applovin-sdk:+'` is included in your `build.gradle (Module: app)`.
3. Update the `applovin.sdk.key` value in `AndroidManifest.xml` file with your AppLovin SDK key associated with your account.
4. Update the package with your own unique identifier associated with the application you will create (or already created, if it is an existing app) in the MAX dashboard.
4. Update the package with your own unique identifier associated with the application you will create (or already created, if it is an existing app) in the MAX dashboard in your `build.gradle (Module: app)`.
5. Update the unique MAX ad unit id value within each ad's activity code. Each ad format will correspond to a unique MAX ad unit ID you created in the AppLovin dashboard for the package used before.

<img src="https://user-images.githubusercontent.com/20387467/116483017-20195500-a83b-11eb-9440-d2fd7ac06a96.jpg" width="350" height="700" />
Expand Down

0 comments on commit 34b8b5f

Please sign in to comment.