Skip to content

Commit

Permalink
Version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kasnder authored Jul 17, 2022
1 parent fcba98e commit 325b392
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 @@ -30,7 +30,7 @@ allprojects {
2. Add the library:
```gradle
dependencies {
implementation 'com.github.kasnder:gdpr-consent-android:0.1'
implementation 'com.github.kasnder:gdpr-consent-android:0.2'
}
```
3. Initialise the library by calling `ConsentManager consentManager = ConsentManager.getInstance(this)` in your app's `onCreate()` method.
Expand Down

0 comments on commit 325b392

Please sign in to comment.