Skip to content

Commit

Permalink
Add support of Android 11 (API Level 30)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirich1409 committed Jun 27, 2020
1 parent 17bc686 commit 31fdffd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
==========

Version 30.0.0 (2020-06-27)
---------------------------------
Add support Android 11 Stable SDK (Level 30)

Version 29.0.0 (2019-06-25)
---------------------------------
Update to Android Q Stable SDK (Level 29)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ You must apply version of library for you project base on compileSdkVersion:

```groovy
android {
compileSdkVersion 29 // 29 is required minimum
compileSdkVersion 30 // 30 is required minimum
}
dependencies {
implementation "com.kirich1409:strict-mode-compat:29.0.0"
implementation "com.kirich1409:strict-mode-compat:30.0.0"
// Kotlin Extensions
implementation "com.kirich1409:strict-mode-compat-kotlin:29.0.0"
implementation "com.kirich1409:strict-mode-compat-kotlin:30.0.0"
}
```

Expand Down

0 comments on commit 31fdffd

Please sign in to comment.