Skip to content

Commit f55ff72

Browse files
author
afjal1
committed
Pulled Changes from CCExtractor#211
2 parents 7e5462e + 2c27e4f commit f55ff72

File tree

3 files changed

+30
-30
lines changed

3 files changed

+30
-30
lines changed

android/app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2626
apply from: project(':flutter_config').projectDir.getPath() + "/dotenv.gradle"
2727

2828
android {
29-
compileSdkVersion 33
30-
buildToolsVersion '29.0.0'
29+
compileSdkVersion 32
30+
buildToolsVersion '33.0.0'
3131

3232
sourceSets {
3333
main.java.srcDirs += 'src/main/kotlin'
@@ -37,7 +37,7 @@ android {
3737
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3838
applicationId "com.example.beacon"
3939
minSdkVersion 23
40-
targetSdkVersion 30
40+
targetSdkVersion 32
4141
multiDexEnabled true
4242
versionCode flutterVersionCode.toInteger()
4343
versionName flutterVersionName
@@ -58,5 +58,5 @@ flutter {
5858

5959
dependencies {
6060
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
61-
implementation "com.android.support:multidex:1.0.3"
61+
implementation "androidx.multidex:multidex:2.0.1"
6262
}

android/build.gradle

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

88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.1.0'
9+
classpath 'com.android.tools.build:gradle:7.4.0'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1111
}
1212
}
1313

1414
allprojects {
1515
repositories {
1616
google()
17-
jcenter()
17+
mavenCentral()
1818
}
1919
configurations.all {
2020
resolutionStrategy {

pubspec.yaml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,39 @@ environment:
99
sdk: ">=3.1.2 <4.0.0"
1010

1111
dependencies:
12-
connectivity_plus: ^5.0.2
13-
cupertino_icons: ^1.0.6
14-
data_connection_checker_nulls: ^0.0.2
12+
connectivity_plus: ^3.0.2
13+
cupertino_icons: ^1.0.2
14+
data_connection_checker: ^0.3.4
1515
date_time_picker: ^2.1.0
16-
duration_picker: ^1.1.0+1
16+
duration_picker: ^1.1.1
1717
flutter:
1818
sdk: flutter
1919
flutter_animarker: ^3.2.0
2020
flutter_config: ^2.0.2
2121
flutter_countdown_timer: ^4.1.0
22-
flutter_local_notifications: ^16.3.2
23-
flutter_polyline_points: ^2.0.0
24-
flutter_spinkit: ^5.2.0
25-
fluttertoast: ^8.2.4
22+
flutter_local_notifications: ^13.0.0
23+
flutter_polyline_points: ^1.0.0
24+
flutter_spinkit: ^5.1.0
25+
fluttertoast: ^8.0.8
2626
geocoder:
2727
git:
2828
url: https://github.com/nguyenxdat/flutter_geocoder.git
2929
ref: 443b875d8ec80ce525cc6e8f17dfbbbbe7fa3028
30-
geolocator: ^10.1.0
31-
get_it: ^7.6.7
32-
google_maps_flutter: ^2.5.3
33-
graphql_flutter: ^5.1.2
34-
hive: ^2.2.3
30+
geolocator: ^9.0.2
31+
get_it: ^7.2.0
32+
google_maps_flutter: ^2.0.5
33+
graphql_flutter: ^5.1.0
34+
hive: ^2.0.4
3535
intl: ^0.17.0
36-
location: ^5.0.3
37-
mockito: ^5.4.4
38-
modal_progress_hud_nsn: ^0.5.1
39-
overlay_support: ^2.1.0
40-
path_provider: ^2.1.2
41-
provider: ^6.1.1
42-
rxdart: ^0.27.7
43-
share_plus: ^7.2.2
44-
shared_preferences: ^2.2.2
36+
location: ^4.3.0
37+
mockito: ^5.3.2
38+
modal_progress_hud: ^0.1.3
39+
overlay_support: ^2.0.1
40+
path_provider: ^2.0.9
41+
provider: ^6.0.3
42+
rxdart: ^0.27.3
43+
share_plus: ^6.3.0
44+
shared_preferences: ^2.0.13
4545
sizer: ^2.0.15
4646
skeleton_text: ^3.0.1
4747
sliding_up_panel: ^2.0.0+1

0 commit comments

Comments
 (0)