Skip to content

Commit

Permalink
Prepare 0.0.9 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
cdr-chakotay committed Mar 20, 2024
1 parent 6323947 commit d750d1d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 0.0.9 / 2024-03-20

- Updated dependency for Transloadit Java SDK to 1.0.0
- This update includes the updated signature authentication method, which is now required for all requests.

### 0.0.8 / 2023-07-17

- Changing method signatures including Activity to Context in order to make the SDKs usage more flexible.
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.8'
implementation 'com.transloadit.android.sdk:transloadit-android:0.0.9'
```

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.0'
classpath 'com.android.tools.build:gradle:8.3.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version="0.0.8"
version="0.0.9"
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 d750d1d

Please sign in to comment.