Skip to content

Commit

Permalink
Mention Android SDK requirement of 19 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Jan 3, 2020
1 parent f41b4ad commit d98244b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -61,12 +61,12 @@ Add those two lines to your `AndroidManifest.xml` on the top
android:required="true" />
```

Assign 18 in minSdkVersion in the `build.gradle (Module: app)`
Assign 19 in minSdkVersion in the `build.gradle (Module: app)`

```gradle
defaultConfig {
...
minSdkVersion 18
minSdkVersion 19
...
}
```
Expand Down

0 comments on commit d98244b

Please sign in to comment.