Skip to content

Commit

Permalink
Merge pull request #19 from joinflux/fix/duplicate-firebase-class
Browse files Browse the repository at this point in the history
  • Loading branch information
anonimitoraf authored Dec 7, 2022
2 parents e7ef965 + 40c0291 commit 34c7e7f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Capacitor community plugin for firebase remote config.

## Capacitor Compatibility

Version 0.6.0+ is compatible with Capacitor 4
Please use 0.5.2 for Capacitor 3

## Installation

To use npm
Expand Down Expand Up @@ -39,7 +44,6 @@ public class MainActivity extends BridgeActivity {
this.init(
savedInstanceState,
new ArrayList<Class<? extends Plugin>>() {

{
// Additional plugins you've installed go here
// Ex: add(TotallyAwesomePlugin.class);
Expand All @@ -49,6 +53,7 @@ public class MainActivity extends BridgeActivity {
);
}
}

```

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ dependencies {
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"

implementation 'com.google.firebase:firebase-config:19.1.4'
implementation 'com.google.firebase:firebase-config:19.2.0'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joinflux/firebase-remote-config",
"version": "0.5.2",
"version": "0.6.0",
"description": "A native plugin for firebase remote config",
"homepage": "https://github.com/joinflux/firebase-remote-config",
"main": "dist/esm/index.js",
Expand Down

0 comments on commit 34c7e7f

Please sign in to comment.