Skip to content

Commit

Permalink
Bump io.appwrite:sdk-for-android from 3.0.1 to 4.0.0 (#455)
Browse files Browse the repository at this point in the history
Bumps [io.appwrite:sdk-for-android](https://github.com/appwrite/sdk-for-android) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/appwrite/sdk-for-android/releases)
- [Commits](appwrite/sdk-for-android@3.0.1...4.0.0)

---
updated-dependencies:
- dependency-name: io.appwrite:sdk-for-android
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 21, 2023
1 parent 78fda5c commit 0c725a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ dependencies {
// Add this line if you want to support Shizuku
implementation("dev.rikka.shizuku:provider:$shizukuVersion")

implementation("io.appwrite:sdk-for-android:3.0.1")
implementation("io.appwrite:sdk-for-android:4.0.0")
implementation("com.squareup.okhttp3:okhttp:4.11.0")

implementation(projects.buildTools)
Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation("androidx.appcompat:appcompat:1.6.1")
implementation("androidx.databinding:viewbinding:8.1.1")

implementation("io.appwrite:sdk-for-android:3.0.1")
implementation("io.appwrite:sdk-for-android:4.0.0")

api("androidx.preference:preference-ktx:1.2.1")

Expand Down

0 comments on commit 0c725a8

Please sign in to comment.