Skip to content

Commit

Permalink
Add support for androidx
Browse files Browse the repository at this point in the history
  • Loading branch information
Sub6Resources authored Aug 1, 2018
1 parent 8a9ad0a commit a041a2f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ Add **Utilities** to your Android project using Jitpack and Gradle:
dependencies {
implementation 'com.github.Sub6Resources:Utilities:1.5.0'
}

### Or: Beta androidx Support:

Add **Utilities** to your androidx project by using the beta `androidx` branch.

dependencies {
implementation 'com.github.Sub6Resources:Utilities:androidx-SNAPSHOT'
}

## `BaseActivity`

Expand Down

0 comments on commit a041a2f

Please sign in to comment.