Skip to content

Commit

Permalink
Prepare 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
cdr-chakotay committed Mar 20, 2024
1 parent f6c06e6 commit f1103ab
Show file tree
Hide file tree
Showing 3 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,3 +1,7 @@
### 0.0.10 / 2024-03-20

- 0.0.9 has been published without AAR files, this release ships them.

### 0.0.9 / 2024-03-20

- Updated dependency for Transloadit Java SDK to 1.0.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The JARs can be downloaded manually from [Maven Central](https://search.maven.or
**Gradle:**

```groovy
implementation 'com.transloadit.android.sdk:transloadit-android:0.0.9'
implementation 'com.transloadit.android.sdk:transloadit-android:0.0.10'
```

**Maven:**
Expand All @@ -26,7 +26,7 @@ implementation 'com.transloadit.android.sdk:transloadit-android:0.0.9'
<dependency>
<groupId>com.transloadit.android.sdk</groupId>
<artifactId>transloadit-android</artifactId>
<version>0.0.9</version>
<version>0.0.10</version>
</dependency>
```

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version="0.0.9"
version="0.0.10"
description="An Android Integration of the Transloadit's(https://transloadit.com) file uploading and encoding service."
group='com.transloadit.android.sdk'

0 comments on commit f1103ab

Please sign in to comment.