Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/00-Login-Kt/androidx.cor…
Browse files Browse the repository at this point in the history
…e-core-ktx-1.10.0
  • Loading branch information
poovamraj committed May 8, 2023
2 parents 2602a47 + ae57616 commit f391a25
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 00-Login-Kt/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.10.0'
implementation 'androidx.appcompat:appcompat:1.6.0'
implementation 'com.google.android.material:material:1.8.0'
implementation 'com.google.android.material:material:1.9.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
implementation 'com.auth0.android:auth0:2.8.0'
implementation 'com.auth0.android:auth0:2.9.2'
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand Down
2 changes: 1 addition & 1 deletion 00-Login/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
}

dependencies {
implementation 'com.auth0.android:auth0:2.8.0'
implementation 'com.auth0.android:auth0:2.9.2'
implementation 'androidx.appcompat:appcompat:1.6.0'
testImplementation 'junit:junit:4.13.2'
}

0 comments on commit f391a25

Please sign in to comment.