Skip to content

Commit

Permalink
Bump targetSdkVersion and compileSdkVersion
Browse files Browse the repository at this point in the history
Update sweyer fork and other dependencies
  • Loading branch information
nt4f04uNd committed Apr 6, 2023
1 parent 53a48dc commit 127316a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 25 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion flutter.compileSdkVersion
compileSdkVersion 33 // flutter.compileSdkVersion

compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
Expand All @@ -52,7 +52,7 @@ android {
defaultConfig {
applicationId "com.nt4f04und.sweyer"
minSdkVersion Math.max(21, flutter.minSdkVersion)
targetSdkVersion 30 // flutter.targetSdkVersion
targetSdkVersion 33 // flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
21 changes: 7 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ packages:
description:
path: audio_service
ref: sweyer
resolved-ref: f088b43a75a58d3fa4ce4f292c9ab392cfe8bf3d
resolved-ref: "8b8b6e66a2e24bbab610bd02ce02ecaca0ddbdc4"
url: "https://github.com/nt4f04uNd/audio_service"
source: git
version: "0.16.2"
Expand Down Expand Up @@ -562,7 +562,7 @@ packages:
source: hosted
version: "4.0.1"
intl:
dependency: "direct main"
dependency: transitive
description:
name: intl
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -835,35 +835,35 @@ packages:
name: permission_handler
url: "https://pub.dartlang.org"
source: hosted
version: "9.2.0"
version: "10.2.0"
permission_handler_android:
dependency: transitive
description:
name: permission_handler_android
url: "https://pub.dartlang.org"
source: hosted
version: "9.0.2+1"
version: "10.2.0"
permission_handler_apple:
dependency: transitive
description:
name: permission_handler_apple
url: "https://pub.dartlang.org"
source: hosted
version: "9.0.4"
version: "9.0.8"
permission_handler_platform_interface:
dependency: transitive
description:
name: permission_handler_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.7.0"
version: "3.9.0"
permission_handler_windows:
dependency: transitive
description:
name: permission_handler_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0"
version: "0.1.2"
platform:
dependency: transitive
description:
Expand Down Expand Up @@ -906,13 +906,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.1"
quiver:
dependency: "direct main"
description:
name: quiver
url: "https://pub.dartlang.org"
source: hosted
version: "3.2.1"
riverpod:
dependency: "direct main"
description:
Expand Down
12 changes: 3 additions & 9 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,13 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
uuid: ^3.0.4
path: ^1.8.0
async: ^2.5.0
rxdart: ^0.26.0
sliver_tools: ^0.2.1
animations: ^2.0.2
permission_handler: ^9.0.0
permission_handler: ^10.2.0
shared_preferences: ^2.0.5
path_provider: ^2.0.1
percent_indicator: ^4.2.2
Expand All @@ -33,7 +32,7 @@ dependencies:
package_info_plus: ^1.4.2
url_launcher: ^6.0.3
lottie: ^1.3.0
auto_size_text: ^3.0.0-nullsafety.0
auto_size_text: ^3.0.0
marquee: ^2.1.0
equatable: ^2.0.0
device_info_plus: ^4.0.0
Expand All @@ -54,7 +53,6 @@ dependencies:
flutter_riverpod: ^2.1.1
hooks_riverpod: ^2.3.2
flutter_hooks: ^0.18.6
quiver: any
freezed_annotation: ^2.2.0
json_annotation: ^4.7.0
memoize: ^3.0.0
Expand Down Expand Up @@ -83,16 +81,12 @@ dependencies:
# See https://github.com/ryanheise/audio_service/issues/633

# path: C:/dev/projects/native/audio_service/audio_service
# path: /Users/nt4f04und/dev/prj/audio_service/audio_service

git:
url: https://github.com/nt4f04uNd/audio_service
ref: sweyer
path: audio_service

# git:
# url: C:\dev\projects\native\audio_service
# ref: one-isolate
# path: audio_service
nt4f04unds_widgets:
# path: c:/dev/projects/native/nt4f04unds_widgets/
# path: /Users/nt4f04und/dev/prj/nt4f04unds_widgets
Expand Down

0 comments on commit 127316a

Please sign in to comment.