Skip to content

Commit

Permalink
Update build.gradle (#1373)
Browse files Browse the repository at this point in the history
remove the `silent` attribute on the closing exclude tag, which may be causing the code not to appear on DevSite.
  • Loading branch information
jonesfloyd authored Nov 2, 2023
1 parent f777167 commit 8eccad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/app-places-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.5'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
// [END_EXCLUDE silent]
// [END_EXCLUDE]

// KTX for the Places SDK for Android library
implementation 'com.google.maps.android:places-ktx:2.0.0'
Expand All @@ -61,4 +61,4 @@ secrets {
// A properties file containing default secret values. This file can be
// checked in version control.
defaultPropertiesFileName = 'local.defaults.properties'
}
}

0 comments on commit 8eccad6

Please sign in to comment.