Skip to content

Commit cd482b6

Browse files
committed
Update Android and Xcode projects
1 parent b3d0773 commit cd482b6

File tree

7 files changed

+32
-24
lines changed

7 files changed

+32
-24
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
buildscript {
2-
ext.kotlin_version = '1.6.10'
2+
ext.kotlin_version = '1.6.21'
33
repositories {
44
google()
55
mavenCentral()
66
}
77

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.1.2'
9+
classpath 'com.android.tools.build:gradle:7.4.2'
1010
// START: FlutterFire Configuration
1111
classpath 'com.google.gms:google-services:4.3.10'
1212
// END: FlutterFire Configuration

android/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
33
zipStoreBase=GRADLE_USER_HOME
44
zipStorePath=wrapper/dists
5-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-all.zip
5+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip

ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,4 @@ SPEC CHECKSUMS:
147147

148148
PODFILE CHECKSUM: dab9effacaa0f55bd7cb654850c5d77a50bb4ca1
149149

150-
COCOAPODS: 1.11.3
150+
COCOAPODS: 1.12.1

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
97C146E61CF9000F007C117D /* Project object */ = {
161161
isa = PBXProject;
162162
attributes = {
163-
LastUpgradeCheck = 1300;
163+
LastUpgradeCheck = 1430;
164164
ORGANIZATIONNAME = "";
165165
TargetAttributes = {
166166
97C146ED1CF9000F007C117D = {

ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1300"
3+
LastUpgradeVersion = "1430"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

macos/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ SPEC CHECKSUMS:
134134

135135
PODFILE CHECKSUM: fb90be0dc01e76c332e93d62b285815e265b39e0
136136

137-
COCOAPODS: 1.11.3
137+
COCOAPODS: 1.12.1

pubspec.lock

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ packages:
197197
dependency: transitive
198198
description:
199199
name: collection
200-
sha256: "4a07be6cb69c84d677a6c3096fcf960cc3285a8330b4603e0d463d15d9bd934c"
200+
sha256: f092b211a4319e98e5ff58223576de6c2803db36221657b46c82574721240687
201201
url: "https://pub.dev"
202202
source: hosted
203-
version: "1.17.1"
203+
version: "1.17.2"
204204
convert:
205205
dependency: transitive
206206
description:
@@ -545,10 +545,10 @@ packages:
545545
dependency: "direct main"
546546
description:
547547
name: intl
548-
sha256: a3715e3bc90294e971cb7dc063fbf3cd9ee0ebf8604ffeafabd9e6f16abbdbe6
548+
sha256: "3bc132a9dbce73a7e4a21a17d06e1878839ffbf975568bc875c60537824b0c4d"
549549
url: "https://pub.dev"
550550
source: hosted
551-
version: "0.18.0"
551+
version: "0.18.1"
552552
io:
553553
dependency: transitive
554554
description:
@@ -593,18 +593,18 @@ packages:
593593
dependency: transitive
594594
description:
595595
name: matcher
596-
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
596+
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
597597
url: "https://pub.dev"
598598
source: hosted
599-
version: "0.12.15"
599+
version: "0.12.16"
600600
material_color_utilities:
601601
dependency: transitive
602602
description:
603603
name: material_color_utilities
604-
sha256: d92141dc6fe1dad30722f9aa826c7fbc896d021d792f80678280601aff8cf724
604+
sha256: "9528f2f296073ff54cb9fee677df673ace1218163c3bc7628093e7eed5203d41"
605605
url: "https://pub.dev"
606606
source: hosted
607-
version: "0.2.0"
607+
version: "0.5.0"
608608
meta:
609609
dependency: transitive
610610
description:
@@ -926,10 +926,10 @@ packages:
926926
dependency: transitive
927927
description:
928928
name: source_span
929-
sha256: dd904f795d4b4f3b870833847c461801f6750a9fa8e61ea5ac53f9422b31f250
929+
sha256: "53e943d4206a5e30df338fd4c6e7a077e02254531b138a15aec3bd143c1a8b3c"
930930
url: "https://pub.dev"
931931
source: hosted
932-
version: "1.9.1"
932+
version: "1.10.0"
933933
stack_trace:
934934
dependency: transitive
935935
description:
@@ -982,26 +982,26 @@ packages:
982982
dependency: transitive
983983
description:
984984
name: test
985-
sha256: "3dac9aecf2c3991d09b9cdde4f98ded7b30804a88a0d7e4e7e1678e78d6b97f4"
985+
sha256: "13b41f318e2a5751c3169137103b60c584297353d4b1761b66029bae6411fe46"
986986
url: "https://pub.dev"
987987
source: hosted
988-
version: "1.24.1"
988+
version: "1.24.3"
989989
test_api:
990990
dependency: transitive
991991
description:
992992
name: test_api
993-
sha256: eb6ac1540b26de412b3403a163d919ba86f6a973fe6cc50ae3541b80092fdcfb
993+
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
994994
url: "https://pub.dev"
995995
source: hosted
996-
version: "0.5.1"
996+
version: "0.6.0"
997997
test_core:
998998
dependency: transitive
999999
description:
10001000
name: test_core
1001-
sha256: "5138dbffb77b2289ecb12b81c11ba46036590b72a64a7a90d6ffb880f1a29e93"
1001+
sha256: "99806e9e6d95c7b059b7a0fc08f07fc53fabe54a829497f0d9676299f1e8637e"
10021002
url: "https://pub.dev"
10031003
source: hosted
1004-
version: "0.5.1"
1004+
version: "0.5.3"
10051005
timing:
10061006
dependency: transitive
10071007
description:
@@ -1050,6 +1050,14 @@ packages:
10501050
url: "https://pub.dev"
10511051
source: hosted
10521052
version: "1.0.2"
1053+
web:
1054+
dependency: transitive
1055+
description:
1056+
name: web
1057+
sha256: dc8ccd225a2005c1be616fe02951e2e342092edf968cf0844220383757ef8f10
1058+
url: "https://pub.dev"
1059+
source: hosted
1060+
version: "0.1.4-beta"
10531061
web_socket_channel:
10541062
dependency: transitive
10551063
description:
@@ -1099,5 +1107,5 @@ packages:
10991107
source: hosted
11001108
version: "3.1.1"
11011109
sdks:
1102-
dart: ">=3.0.0 <4.0.0"
1110+
dart: ">=3.1.0-185.0.dev <4.0.0"
11031111
flutter: ">=3.3.0"

0 commit comments

Comments
 (0)