Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 782c7cca13 |
@@ -7,7 +7,7 @@ environment:
|
|||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
build_cli_annotations: ^1.0.0
|
build_cli_annotations: ^1.0.0
|
||||||
analyzer: ^0.39.0
|
analyzer: ^0.41.0
|
||||||
path: ^1.7.0
|
path: ^1.7.0
|
||||||
console: ^3.1.0
|
console: ^3.1.0
|
||||||
mustache_template: ^1.0.0+1
|
mustache_template: ^1.0.0+1
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ environment:
|
|||||||
executables:
|
executables:
|
||||||
ngflutter:
|
ngflutter:
|
||||||
dependencies:
|
dependencies:
|
||||||
analyzer: ^0.32.4
|
analyzer: ^0.41.0
|
||||||
ansicolor: ^1.0.2
|
ansicolor: ^1.0.2
|
||||||
reflected_mustache: ^1.0.11
|
reflected_mustache: ^1.0.11
|
||||||
logging: ^0.11.3+2
|
logging: ^0.11.3+2
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ environment:
|
|||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
analyzer: ">=0.38.5 <0.40.0"
|
analyzer: "<0.42.0"
|
||||||
build: ^1.1.4
|
build: ^1.1.4
|
||||||
build_resolvers: ^1.3.2
|
build_resolvers: ^1.3.2
|
||||||
meta: ^1.1.0
|
meta: ^1.1.0
|
||||||
|
|||||||
+1
-1
@@ -36,5 +36,5 @@ android {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api 'androidx.legacy:legacy-support-v4:1.0.0'
|
api 'androidx.legacy:legacy-support-v4:1.0.0'
|
||||||
implementation 'com.google.android.play:review:2.0.2'
|
implementation 'com.google.android.play:review:2.0.1'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user