Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.2'
classpath 'com.android.tools.build:gradle:4.2.2'
classpath 'com.google.gms:google-services:4.3.4'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7.1-all.zip
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: firebase_messaging_example
description: Demonstrates how to use the firebase_messaging plugin.

environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=1.12.13+hotfix.5"
sdk: '>=2.16.0 <3.0.0'
flutter: '>=1.12.13+hotfix.5'

dependencies:
firebase_core:
Expand All @@ -12,7 +12,7 @@ dependencies:
path: ../
flutter:
sdk: flutter
flutter_local_notifications: ^9.7.0
flutter_local_notifications: ^12.0.4
http: ^0.13.0

dependency_overrides:
Expand Down