File tree 7 files changed +15
-16
lines changed
7 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ properties.load(project.rootProject.file('local.properties').newDataInputStream(
37
37
def googlemapsKey = properties. getProperty(' googlemaps.Key' , System . getenv(' GOOGLE_MAPS_KEY' ) ?: ' ' )
38
38
39
39
android {
40
+ namespace ' com.example.mosquito_alert_app'
40
41
compileSdkVersion 34
41
42
42
43
compileOptions {
@@ -48,15 +49,10 @@ android {
48
49
main. java. srcDirs + = ' src/main/kotlin'
49
50
}
50
51
51
- lintOptions {
52
- disable ' InvalidPackage'
53
- checkReleaseBuilds false
54
- abortOnError false
55
- }
56
52
57
53
defaultConfig {
58
54
applicationId " ceab.movelab.tigatrapp"
59
- minSdkVersion flutter . minSdkVersion
55
+ minSdkVersion 24
60
56
targetSdkVersion 34
61
57
versionCode flutterVersionCode. toInteger()
62
58
versionName flutterVersionName
@@ -84,6 +80,12 @@ android {
84
80
shrinkResources false
85
81
}
86
82
}
83
+
84
+ lint {
85
+ abortOnError false
86
+ checkReleaseBuilds false
87
+ disable ' InvalidPackage'
88
+ }
87
89
}
88
90
89
91
flutter {
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.example.mosquito_alert_app" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
3
2
<!-- Flutter needs it to communicate with the running application
4
3
to allow setting breakpoints, to provide hot reload, etc.
5
4
-->
Original file line number Diff line number Diff line change 1
1
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- xmlns : tools =" http://schemas.android.com/tools"
3
- package =" com.example.mosquito_alert_app" >
2
+ xmlns : tools =" http://schemas.android.com/tools" >
4
3
5
4
<uses-permission android : name =" android.permission.INTERNET" />
6
5
<uses-permission android : name =" android.permission.ACCESS_NETWORK_STATE" />
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.example.mosquito_alert_app" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
3
2
<!-- Flutter needs it to communicate with the running application
4
3
to allow setting breakpoints, to provide hot reload, etc.
5
4
-->
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ pluginManagement {
18
18
19
19
plugins {
20
20
id " dev.flutter.flutter-plugin-loader" version " 1.0.0"
21
- id " com.android.application" version " 7.3.0 " apply false
21
+ id " com.android.application" version ' 7.4.2 ' apply false
22
22
id " org.jetbrains.kotlin.android" version " 2.0.10" apply false
23
23
id " com.google.gms.google-services" version " 4.3.3" apply false
24
24
}
Original file line number Diff line number Diff line change @@ -614,10 +614,10 @@ packages:
614
614
dependency: "direct main"
615
615
description:
616
616
name: http
617
- sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525"
617
+ sha256: fe7ab022b76f3034adc518fb6ea04a82387620e19977665ea18d30a1cf43442f
618
618
url: "https://pub.dev"
619
619
source: hosted
620
- version: "1.1 .0"
620
+ version: "1.3 .0"
621
621
http_multi_server:
622
622
dependency: transitive
623
623
description:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies:
16
16
path : ^1.8.1
17
17
uuid : ^4.1.0
18
18
shared_preferences : ^2.2.3
19
- http : ^1.1.0
19
+ http : ^1.2.2
20
20
random_string : ^2.3.1
21
21
geolocator : ^11.1.0
22
22
geocoding : ^3.0.0
You can’t perform that action at this time.
0 commit comments