Skip to content

Commit

Permalink
Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0 (#112)
Browse files Browse the repository at this point in the history
* Bump androidx.appcompat:appcompat from 1.6.1 to 1.7.0

Bumps androidx.appcompat:appcompat from 1.6.1 to 1.7.0.

---
updated-dependencies:
- dependency-name: androidx.appcompat:appcompat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* example: Bump minimal SDK version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marius <[email protected]>
  • Loading branch information
dependabot[bot] and Acconut authored Jun 4, 2024
1 parent a76ec36 commit 381c442
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {

defaultConfig {
applicationId 'io.tus.android.example'
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 34
versionCode 1
versionName '1.0'
Expand All @@ -28,7 +28,7 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'com.google.android.material:material:1.12.0'
implementation 'io.tus.java.client:tus-java-client:0.5.0'
implementation project(':tus-android-client')
Expand Down

0 comments on commit 381c442

Please sign in to comment.