mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 15:23:25 +08:00
[go_router] Bump example compileSdkVersion
and package_info_plus
dependency version (#3219)
* Fix roll * Fix fix * Remove dependency
This commit is contained in:
@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
|
|||||||
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 31
|
compileSdkVersion 33
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
@ -17,7 +17,6 @@ dependencies:
|
|||||||
go_router:
|
go_router:
|
||||||
path: ..
|
path: ..
|
||||||
logging: ^1.0.0
|
logging: ^1.0.0
|
||||||
package_info_plus: ^1.3.0
|
|
||||||
provider: ^6.0.0
|
provider: ^6.0.0
|
||||||
shared_preferences: ^2.0.11
|
shared_preferences: ^2.0.11
|
||||||
url_launcher: ^6.0.7
|
url_launcher: ^6.0.7
|
||||||
|
Reference in New Issue
Block a user