Skip to content

Commit

Permalink
Update locationdelegationd dep to 1.1.1 (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreban authored Aug 7, 2023
1 parent 33d83d0 commit c70e97c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export type LocationDelegationConfig = {
export class LocationDelegationFeature extends EmptyFeature {
constructor() {
super('locationDelegation');
this.buildGradle.dependencies.push('com.google.androidbrowserhelper:locationdelegation:1.0.1');
this.buildGradle.dependencies.push('com.google.androidbrowserhelper:locationdelegation:1.1.1');

this.androidManifest.components.push(`<activity android:name=
"com.google.androidbrowserhelper.locationdelegation.PermissionRequestActivity"/>`);
Expand Down

0 comments on commit c70e97c

Please sign in to comment.