Skip to content

Commit

Permalink
Merge pull request #21210 from wordpress-mobile/dependabot/gradle/com…
Browse files Browse the repository at this point in the history
….google.gms.google-services-4.4.2

Bump com.google.gms.google-services from 4.3.15 to 4.4.2
  • Loading branch information
nbradbury authored Sep 9, 2024
2 parents 5367e50 + 74c8e0a commit eee7ff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/lint/lint.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
<ignore path="**/libs/editor/src/main/res/drawable-hdpi/**" /> <!-- 6 errors -->
<!-- GOOGLE SERVICES -->
<ignore path="**/generated/res/google-services/**/values/values.xml" />
<ignore path="**/generated/res/google-services/**/xml/global_tracker.xml" />
<ignore path="**/xml/global_tracker.xml" />
<ignore regexp="ga_trackingId|project_id" />
<!-- LOCALIZATION -->
<ignore regexp=".*\/values\-([a-z]|[A-Z]|\-){2,6}\/strings\.xml$"/>
<ignore regexp=".*\/values\/strings\.xml$"/>
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pluginManagement {
gradle.ext.kotlinVersion = '1.9.24'
gradle.ext.kspVersion = '1.9.24-1.0.20'
gradle.ext.agpVersion = '8.5.1'
gradle.ext.googleServicesVersion = '4.3.15'
gradle.ext.googleServicesVersion = '4.4.2'
gradle.ext.navigationVersion = '2.7.7'
gradle.ext.sentryVersion = '4.11.0'
gradle.ext.daggerVersion = "2.50"
Expand Down

0 comments on commit eee7ff4

Please sign in to comment.