-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Update annotation and espresso dependencies #3271
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 16 commits
761baf3
223cdb2
e028fbe
1d04d7f
843b10f
078d215
339206e
11eccdc
adfe247
19e76f6
37e1e27
09d7740
f1bb19e
27d7b8e
50f8456
0754cfc
1931da2
78f1565
a6b5256
677bd6e
e6f1bc8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## NEXT | ||
|
|
||
| * Update compileSdkVersion to 33. | ||
|
|
||
| ## 2.0.7 | ||
| * Updates screenshots to use webp compressed animations | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## NEXT | ||
|
|
||
| * Update compileSdkVersion to 33. | ||
|
|
||
| ## 0.10.3+2 | ||
|
|
||
| * Updates iOS minimum version in README. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## NEXT | ||
|
|
||
| * Update compileSdkVersion to 33. | ||
|
||
|
|
||
| ## 0.10.4+1 | ||
|
|
||
| * Updates links for the merge of flutter/plugins into flutter/packages. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,27 @@ | ||
| // Copyright 2013 The Flutter Authors. All rights reserved. | ||
| // Use of this source code is governed by a BSD-style license that can be | ||
| // found in the LICENSE file. | ||
|
|
||
| // Generated file. | ||
| // | ||
| // If you wish to remove Flutter's multidex support, delete this entire file. | ||
| // | ||
| // Modifications to this file should be done in a copy under a different name | ||
| // as this file may be regenerated. | ||
|
|
||
| package io.flutter.app; | ||
|
|
||
| import android.app.Application; | ||
| import android.content.Context; | ||
| import androidx.annotation.CallSuper; | ||
| import androidx.multidex.MultiDex; | ||
|
|
||
| /** Extension of {@link android.app.Application}, adding multidex support. */ | ||
| public class FlutterMultiDexApplication extends Application { | ||
| @Override | ||
| @CallSuper | ||
| protected void attachBaseContext(Context base) { | ||
| super.attachBaseContext(base); | ||
| MultiDex.install(this); | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## NEXT | ||
|
|
||
| * Update compileSdkVersion to 33. | ||
|
|
||
| ## 0.6.14 | ||
|
|
||
| * Require `markdown: ^7.0.0` | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## NEXT | ||
|
|
||
| * Update compileSdkVersion to 33. | ||
|
|
||
| ## 6.2.0 | ||
|
|
||
| - Export supertypes in route_data.dart library | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,7 @@ | ||
| ## NEXT | ||
|
|
||
| * Update compileSdkVersion to 33. | ||
|
||
|
|
||
| ## 5.5.2 | ||
|
|
||
| * Updates links for the merge of flutter/plugins into flutter/packages. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad merge with recent PR.