Skip to content

Commit

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

Bump com.android.tools.build:gradle from 8.2.0-alpha16 to 8.3.0-alpha13
  • Loading branch information
KevinTCoughlin authored Nov 11, 2023
2 parents e627649 + 180b7f6 commit 6bdb0fd
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.2.0-alpha16'
classpath 'com.android.tools.build:gradle:8.3.0-alpha13'
classpath 'com.google.gms:google-services:4.3.15'
classpath 'com.google.firebase:firebase-crashlytics-gradle:2.9.8'
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.3.15'
classpath 'com.android.tools.build:gradle:8.2.0-alpha16'
classpath 'com.android.tools.build:gradle:8.3.0-alpha13'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.0"
}
}
Expand Down

0 comments on commit 6bdb0fd

Please sign in to comment.