Skip to content

Commit 6e4431f

Browse files
authored
[go_router] Bump example compileSdkVersion and package_info_plus dependency version (flutter#3219)
* Fix roll * Fix fix * Remove dependency
1 parent 925bea8 commit 6e4431f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/go_router/example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion 31
29+
compileSdkVersion 33
3030

3131
compileOptions {
3232
sourceCompatibility JavaVersion.VERSION_1_8

packages/go_router/example/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dependencies:
1717
go_router:
1818
path: ..
1919
logging: ^1.0.0
20-
package_info_plus: ^1.3.0
2120
provider: ^6.0.0
2221
shared_preferences: ^2.0.11
2322
url_launcher: ^6.0.7

0 commit comments

Comments
 (0)