Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
mutkuensert committed Mar 11, 2024
1 parent 34c54db commit e184a67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BitmapCompression/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ afterEvaluate {
from(components["release"])
groupId = "com.github.mutkuensert"
artifactId = "bitmapcompression"
version = "2.1.1"
version = "2.1.2"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencyResolutionManagement {

Add the dependency in build.gradle file.
```gradle
implementation 'com.github.mutkuensert:BitmapCompression:2.1.1'
implementation 'com.github.mutkuensert:BitmapCompression:2.1.2'
```

## Class Information
Expand Down

0 comments on commit e184a67

Please sign in to comment.