Skip to content

Commit

Permalink
Update AppCompat version; update cache library version
Browse files Browse the repository at this point in the history
  • Loading branch information
solkin committed Aug 9, 2021
1 parent 606f851 commit 9dd78af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
```
**Step 2.** Add the dependency
```groovy
implementation 'com.github.solkin:disk-lru-cache:1.3'
implementation 'com.github.solkin:disk-lru-cache:1.4'
```

### Create DiskLruCache
Expand Down Expand Up @@ -99,7 +99,7 @@ cache.getJournalSize(); // Internal cache journal size in bytes.
### License
MIT License

Copyright (c) 2020 Igor Solkin
Copyright (c) 2021 Igor Solkin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
}

dependencies {
implementation 'androidx.appcompat:appcompat:1.3.0'
implementation 'androidx.appcompat:appcompat:1.3.1'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation project(path: ':cache')
Expand Down

0 comments on commit 9dd78af

Please sign in to comment.