Skip to content

Commit d30d7d8

Browse files
Emmanuel Garciakroikie
authored andcommitted
Cloud function package name (firebase#1250)
* [cloud_functions] Fix Android package * [cloud_functions] Bump version
1 parent f69c331 commit d30d7d8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/cloud_functions/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.1+2
2+
3+
* Update Android package name.
4+
15
## 0.4.1+1
26

37
* Update documentation to reflect new repository location.

packages/cloud_functions/android/src/main/java/io/flutter/plugins/firebase/cloudfunctions/CloudFunctionsPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Use of this source code is governed by a BSD-style license that can be
33
// found in the LICENSE file.
44

5-
package io.flutter.plugins.firebase.cloudfunctions.cloudfunctions;
5+
package io.flutter.plugins.firebase.cloudfunctions;
66

77
import androidx.annotation.NonNull;
88
import com.google.android.gms.tasks.OnCompleteListener;

packages/cloud_functions/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: cloud_functions
22
description: Flutter plugin for Cloud Functions.
3-
version: 0.4.1+1
3+
version: 0.4.1+2
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/FirebaseExtended/flutterfire/tree/master/packages/cloud_functions
66

77
flutter:
88
plugin:
9-
androidPackage: io.flutter.plugins.firebase.cloudfunctions.cloudfunctions
9+
androidPackage: io.flutter.plugins.firebase.cloudfunctions
1010
pluginClass: CloudFunctionsPlugin
1111

1212
dependencies:

0 commit comments

Comments
 (0)