Update build.gradle (#1373)

remove the `silent` attribute on the closing exclude tag, which may be causing the code not to appear on DevSite.
This commit is contained in:
Floyd Jones 2023-11-01 17:36:53 -07:00 committed by GitHub
parent f777167272
commit 8eccad66c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'
@ -61,4 +61,4 @@ secrets {
// A properties file containing default secret values. This file can be
// checked in version control.
defaultPropertiesFileName = 'local.defaults.properties'
}
}