Skip to content

Commit

Permalink
Merge pull request #332 from cascadiacollections/dependabot/gradle/co…
Browse files Browse the repository at this point in the history
…m.android.tools.build-gradle-8.8.0-alpha08

Bump com.android.tools.build:gradle from 8.8.0-alpha07 to 8.8.0-alpha08
  • Loading branch information
KevinTCoughlin authored Oct 31, 2024
2 parents 6beb61c + b1f351f commit 7cb1dc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Smodr/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ buildscript {
}
}
dependencies {
classpath 'com.android.tools.build:gradle:8.8.0-alpha07'
classpath 'com.android.tools.build:gradle:8.8.0-alpha08'
classpath 'com.google.gms:google-services:4.4.2'
classpath 'com.google.firebase:firebase-crashlytics-gradle:3.0.2'
classpath 'com.google.firebase:perf-plugin:1.4.2'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}
dependencies {
classpath 'com.google.gms:google-services:4.4.2'
classpath 'com.android.tools.build:gradle:8.8.0-alpha07'
classpath 'com.android.tools.build:gradle:8.8.0-alpha08'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:2.0.21"
}
}
Expand Down

0 comments on commit 7cb1dc6

Please sign in to comment.