Skip to content

Commit

Permalink
Merge branch 'gradle-versions-check' of github.com:pcolby/nfc-quick-s…
Browse files Browse the repository at this point in the history
…ettings into gradle-versions-check
  • Loading branch information
pcolby committed Feb 29, 2024
2 parents 863c115 + 3803753 commit cb81ef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ base {
dependencies {
implementation 'androidx.core:core-ktx:1.12.0'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.10.0'
implementation 'com.google.android.material:material:1.11.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.2.1' apply false
id 'com.android.library' version '8.2.1' apply false
id 'com.github.ben-manes.versions' version '0.49.0'
id 'com.android.application' version '8.2.2' apply false
id 'com.android.library' version '8.2.2' apply false
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.jetbrains.dokka' version '1.9.10' apply false
id 'org.jetbrains.kotlin.android' version '1.9.22' apply false
}

0 comments on commit cb81ef4

Please sign in to comment.