Skip to content

Commit

Permalink
Bump androidx.core:core-ktx from 1.13.1 to 1.15.0 (#252)
Browse files Browse the repository at this point in the history
* Bump androidx.core:core-ktx from 1.13.1 to 1.15.0

Bumps androidx.core:core-ktx from 1.13.1 to 1.15.0.

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

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

* 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: Bervianto Leo Pratama <bervianto.leo@gmail.com>
  • Loading branch information
dependabot[bot] and berviantoleo authored Nov 30, 2024
1 parent 31bb526 commit 0db4771
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ apply plugin: 'com.google.gms.google-services'
def multidex_version = "2.0.1"

android {
compileSdk 34
compileSdk 35
defaultConfig {
applicationId "id.my.berviantoleo.daretotry"
minSdkVersion 23
targetSdkVersion 34
targetSdkVersion 35
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand Down Expand Up @@ -55,7 +55,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.7.0'
implementation 'androidx.core:core-ktx:1.13.1'
implementation 'androidx.core:core-ktx:1.15.0'
implementation 'androidx.constraintlayout:constraintlayout:2.2.0'
implementation "androidx.multidex:multidex:$multidex_version"
implementation 'com.firebaseui:firebase-ui-auth:8.0.2'
Expand Down

0 comments on commit 0db4771

Please sign in to comment.