Skip to content

Commit

Permalink
chore(deps): bump com.android.library from 8.2.2 to 8.3.0 in /example…
Browse files Browse the repository at this point in the history
…s/example-clientlib-ktx-app (#736)

* chore(deps): bump com.android.library

Bumps com.android.library from 8.2.2 to 8.3.0.

---
updated-dependencies:
- dependency-name: com.android.library
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update gradle-wrapper.properties

* Update build.gradle

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marco Martinez <funkatronicsmail@gmail.com>
  • Loading branch information
dependabot[bot] and Funkatronics authored Mar 4, 2024
1 parent 9d0ab3d commit a815586
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/example-clientlib-ktx-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ buildscript {
}

plugins {
id 'com.android.application' version '8.2.2' apply false
id 'com.android.library' version '8.2.2' apply false
id 'com.android.application' version '8.3.0' apply false
id 'com.android.library' version '8.3.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Fri Jul 15 08:42:29 PDT 2022
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME

0 comments on commit a815586

Please sign in to comment.