We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f735f2 commit 29bec06Copy full SHA for 29bec06
README.md
@@ -31,7 +31,7 @@ This is all done without decoding the JPEG to RGB. All operations on the JPEG ar
31
Add __JpegKit__ to the dependencies block in your `app` level `build.gradle`:
32
33
```groovy
34
-compile 'com.camerakit:jpegkit:0.0.1'
+compile 'com.camerakit:jpegkit:0.2.0'
35
```
36
37
## Usage
jpegkit/build.gradle
@@ -111,7 +111,7 @@ task deployRelease {
111
}
112
113
group = 'com.camerakit'
114
-version = '0.2.0-alpha1'
+version = '0.2.0'
115
116
install {
117
repositories.mavenInstaller {
0 commit comments