Commit 7543adf 1 parent 8ca8385 commit 7543adf Copy full SHA for 7543adf
File tree 9 files changed +51
-17
lines changed
9 files changed +51
-17
lines changed Original file line number Diff line number Diff line change @@ -26,21 +26,17 @@ apply plugin: 'kotlin-android'
26
26
apply from : " $flutterRoot /packages/flutter_tools/gradle/flutter.gradle"
27
27
28
28
android {
29
- compileSdkVersion 29
29
+ compileSdkVersion 30
30
30
31
31
sourceSets {
32
32
main. java. srcDirs + = ' src/main/kotlin'
33
33
}
34
34
35
- lintOptions {
36
- disable ' InvalidPackage'
37
- }
38
-
39
35
defaultConfig {
40
36
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
41
- applicationId " com.example.star_tracker "
37
+ applicationId " com.example.test2 "
42
38
minSdkVersion 16
43
- targetSdkVersion 29
39
+ targetSdkVersion 30
44
40
versionCode flutterVersionCode. toInteger()
45
41
versionName flutterVersionName
46
42
}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.5 .0'
9
+ classpath ' com.android.tools.build:gradle:4.1 .0'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
Original file line number Diff line number Diff line change 1
1
org.gradle.jvmargs =-Xmx1536M
2
2
android.useAndroidX =true
3
3
android.enableJetifier =true
4
- android.enableR8 =true
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.2 -all.zip
6
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7 -all.zip
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ PODS:
2
+ - Flutter (1.0.0)
3
+ - geolocator (6.2.0):
4
+ - Flutter
5
+ - location (0.0.1):
6
+ - Flutter
7
+ - url_launcher (0.0.1):
8
+ - Flutter
9
+ - weather (0.0.1):
10
+ - Flutter
11
+
12
+ DEPENDENCIES:
13
+ - Flutter (from `Flutter`)
14
+ - geolocator (from `.symlinks/plugins/geolocator/ios`)
15
+ - location (from `.symlinks/plugins/location/ios`)
16
+ - url_launcher (from `.symlinks/plugins/url_launcher/ios`)
17
+ - weather (from `.symlinks/plugins/weather/ios`)
18
+
19
+ EXTERNAL SOURCES:
20
+ Flutter:
21
+ :path: Flutter
22
+ geolocator:
23
+ :path: ".symlinks/plugins/geolocator/ios"
24
+ location:
25
+ :path: ".symlinks/plugins/location/ios"
26
+ url_launcher:
27
+ :path: ".symlinks/plugins/url_launcher/ios"
28
+ weather:
29
+ :path: ".symlinks/plugins/weather/ios"
30
+
31
+ SPEC CHECKSUMS:
32
+ Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
33
+ geolocator: f5e3de65e241caba7ce3e8a618803387bda73384
34
+ location: 3a2eed4dd2fab25e7b7baf2a9efefe82b512d740
35
+ url_launcher: 6fef411d543ceb26efce54b05a0a40bfd74cbbef
36
+ weather: a61cb57d3f28e042b84c6ccdf3b3b2b1835530d2
37
+
38
+ PODFILE CHECKSUM: 8bc275aefbb61176b74a34fbb19fd07e4c46e63c
39
+
40
+ COCOAPODS: 1.10.1
Original file line number Diff line number Diff line change @@ -85,21 +85,21 @@ packages:
85
85
name: geolocator
86
86
url: "https://pub.dartlang.org"
87
87
source: hosted
88
- version: "7.0 .1"
88
+ version: "6.2 .1"
89
89
geolocator_platform_interface:
90
90
dependency: transitive
91
91
description:
92
92
name: geolocator_platform_interface
93
93
url: "https://pub.dartlang.org"
94
94
source: hosted
95
- version: "2 .0.0 "
95
+ version: "1 .0.9 "
96
96
geolocator_web:
97
97
dependency: transitive
98
98
description:
99
99
name: geolocator_web
100
100
url: "https://pub.dartlang.org"
101
101
source: hosted
102
- version: "2 .0.1"
102
+ version: "1 .0.1"
103
103
http:
104
104
dependency: "direct dev"
105
105
description:
@@ -162,7 +162,7 @@ packages:
162
162
name: plugin_platform_interface
163
163
url: "https://pub.dartlang.org"
164
164
source: hosted
165
- version: "2 .0.0 "
165
+ version: "1 .0.3 "
166
166
sky_engine:
167
167
dependency: transitive
168
168
description: flutter
@@ -244,7 +244,7 @@ packages:
244
244
name: url_launcher_platform_interface
245
245
url: "https://pub.dartlang.org"
246
246
source: hosted
247
- version: "2.0.2 "
247
+ version: "2.0.1 "
248
248
url_launcher_web:
249
249
dependency: transitive
250
250
description:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies:
17
17
weather :
18
18
url_launcher :
19
19
cupertino_icons : ^1.0.0
20
- geolocator : ^7.0.1
20
+ geolocator :
21
21
22
22
dev_dependencies :
23
23
http :
You can’t perform that action at this time.
0 commit comments