Skip to content

Commit

Permalink
Bump androidx.core:core-ktx from 1.10.1 to 1.12.0 (#199)
Browse files Browse the repository at this point in the history
* Bump androidx.core:core-ktx from 1.10.1 to 1.12.0

Bumps androidx.core:core-ktx from 1.10.1 to 1.12.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 Jan 12, 2024
1 parent 57c3692 commit df9da6d
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 33
compileSdk 34
defaultConfig {
applicationId "id.my.berviantoleo.daretotry"
minSdkVersion 19
targetSdkVersion 33
targetSdkVersion 34
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.6.1'
implementation 'androidx.core:core-ktx:1.10.1'
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation "androidx.multidex:multidex:$multidex_version"
implementation 'com.firebaseui:firebase-ui-auth:8.0.2'
Expand Down

0 comments on commit df9da6d

Please sign in to comment.