Skip to content

Commit

Permalink
reduce min android api version to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Jul 10, 2024
1 parent 1f17abe commit 257a298
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
3 changes: 2 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ android {
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
minSdkVersion 28
// limited by flutter_foreground_task
minSdkVersion 23
targetSdkVersion rootProject.ext.targetSdkVersion
ndk {
jobs = Runtime.runtime.availableProcessors()
Expand Down
24 changes: 12 additions & 12 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ packages:
dependency: "direct main"
description:
name: audio_session
sha256: a49af9981eec5d7cd73b37bacb6ee73f8143a6a9f9bd5b6021e6c346b9b6cf4e
sha256: "4012d798e25a0ebfd4ad7203fefe7e386fdfedd2243afc52fa700b8bde6a3a4f"
url: "https://pub.dev"
source: hosted
version: "0.1.19"
version: "0.1.20"
awesome_notifications:
dependency: "direct main"
description:
Expand Down Expand Up @@ -784,18 +784,18 @@ packages:
dependency: "direct dev"
description:
name: freezed
sha256: "52aac9d13f089f2bf8074977c6f0c17499fd75e16b3f5792d784098c4c61c317"
sha256: a16ca81a9eb50c0aa236c62ff544c450119a107b4752020b152bea76f8ca4e63
url: "https://pub.dev"
source: hosted
version: "2.5.4"
version: "2.5.6"
freezed_annotation:
dependency: "direct main"
description:
name: freezed_annotation
sha256: f54946fdb1fa7b01f780841937b1a80783a20b393485f3f6cdf336fd6f4705f2
sha256: f9f6597ac43cc262fa7d7f2e65259a6060c23a560525d1f2631be374540f2a9b
url: "https://pub.dev"
source: hosted
version: "2.4.2"
version: "2.4.3"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -1027,10 +1027,10 @@ packages:
dependency: "direct main"
description:
name: just_audio
sha256: "5abfab1d199e01ab5beffa61b3e782350df5dad036cb8c83b79fa45fc656614e"
sha256: ee50602364ba83fa6308f5512dd560c713ec3e1f2bc75f0db43618f0d82ef71a
url: "https://pub.dev"
source: hosted
version: "0.9.38"
version: "0.9.39"
just_audio_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -1284,10 +1284,10 @@ packages:
dependency: transitive
description:
name: path_provider_windows
sha256: "8bc9f22eee8690981c22aa7fc602f5c85b497a6fb2ceb35ee5a5e5ed85ad8170"
sha256: bd6f00dbd873bfb70d0761682da2b3a2c2fccc2b9e84c495821639601d81afe7
url: "https://pub.dev"
source: hosted
version: "2.2.1"
version: "2.3.0"
pedometer:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1900,10 +1900,10 @@ packages:
dependency: "direct main"
description:
name: uuid
sha256: "814e9e88f21a176ae1359149021870e87f7cddaf633ab678a5d2b0bff7fd1ba8"
sha256: b3e1cb245a96993cfb11d0e53aaf75aa87302ba4d156dc1b0309c60b6650f3fa
url: "https://pub.dev"
source: hosted
version: "4.4.0"
version: "4.4.1"
vector_graphics:
dependency: transitive
description:
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
vector_math: ^2.1.4 # used for joystick
collection: ^1.18.0 # Priority Queue
intl: #pinned to flutter version?
uuid: ^4.4.0 # Used to generate UUID v4 ids for custom actions & move lists
uuid: ^4.4.1 # Used to generate UUID v4 ids for custom actions & move lists
json_annotation: ^4.9.0
crypto: ^3.0.3 # used for md5 hash checking during ota download
#pod_player: ^0.2.2
Expand All @@ -30,7 +30,7 @@ dependencies:
git:
url: https://github.com/Codel1417/logarte
stack_trace: ^1.11.1
freezed_annotation: ^2.4.2
freezed_annotation: ^2.4.3
built_collection: ^5.1.1

# Platform Interfaces
Expand All @@ -53,8 +53,8 @@ dependencies:
flutter_wear_os_connectivity:
git:
url: https://github.com/Codel1417/flutter_wear_os_connectivity
just_audio: ^0.9.38 # Used for Sound Effects
audio_session: ^0.1.19 # Used to configure the audio session for just_audio
just_audio: ^0.9.39 # Used for Sound Effects
audio_session: ^0.1.20 # Used to configure the audio session for just_audio
firebase_testlab_detector: ^1.0.2
mockito: ^5.4.4
platform: ^3.1.4
Expand Down Expand Up @@ -147,7 +147,7 @@ dev_dependencies:
json_serializable: ^6.8.0 # required for @JsonSerializable annotations
hive_generator: ^2.0.1 # required for @HiveType annotations
go_router_builder: ^2.7.0
freezed: ^2.5.4
freezed: ^2.5.6

test:
flutter_test:
Expand Down

0 comments on commit 257a298

Please sign in to comment.