- Updates Java compatibility version to 11.
- Updates minimum supported SDK version to Flutter 3.24/Dart 3.5.
- Bumps
com.google.guava:guava
from31.1
to33.3.1
.
- Updates lint checks to ignore NewerVersionAvailable.
- Updates androidx.test.espresso version to 3.6.1.
- Updates androidx.test to 1.6.1.
- Removes androidx.test.annotation.ExperimentalTestApi.
- Removes additional references to v1 Android embedding.
- Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
- Removes support for apps using the v1 Android embedding.
- Updates minSdkVersion to 19.
- Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
- Updates compileSdk version to 34.
- Replaces call to deprecated
getObservatoryUri
. - Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
- Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
- Bumps okhttp version to 4.11.0.
- Fixes compatibility with AGP versions older than 4.2.
- Adds
targetCompatibilty
matchingsourceCompatibility
for older toolchains.
- Adds a namespace for compatibility with AGP 8.0.
- Sets an explicit Java compatibility version.
- BREAKING CHANGE: Migrates uses of the deprecated
@Beta
annotation to the new@ExperimentalApi
annotation. - Changes the severity of
javac
warnings so that they are treated as errors and fixes the violations. - Aligns Dart and Flutter SDK constraints.
- Updates the version of com.google.truth:truth to 1.1.3.
- Updates espresso dependencies.
- Fixes example app to compile with multidex.
- Updates compileSdkVersion to 33.
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates espresso and junit dependencies.
- Updates espresso gradle and gson dependencies.
- Updates minimum Flutter version to 3.0.
- Updates espresso-accessibility to 3.5.1.
- Updates espresso-idling-resource to 3.5.1.
- Updates android gradle plugin to 7.3.1.
- Updates minimum Flutter version to 2.10.
- Bumps gson to 2.9.1
- Bumps okhttp to 4.10.0.
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
- Adds OS version support information to README.
- Updates
androidx.test.ext:junit
andandroidx.test.ext:truth
for compatibility with updated Flutter template.
- Updates compileSdkVersion to 31.
- Breaking Change Update guava version to latest stable:
com.google.guava:guava:31.1-android
.
- Updated Android lint settings.
- Updated package description.
- Remove references to the Android v1 embedding.
- Migrate maven repo from jcenter to mavenCentral
- Minor code cleanup
- Package metadata updates
- Update SDK requirement for null-safety compatibility.
- Update Flutter SDK constraint.
- Android: Handle deprecation & unchecked warning as error.
- Update android compileSdkVersion to 29.
- Keep handling deprecated Android v1 classes for backward compatibility.
- Replace deprecated
getFlutterEngine
call on Android. - Fix CocoaPods podspec lint warnings.
- Remove Swift dependency.
- Make the pedantic dev_dependency explicit.
- Update te example app to avoid using deprecated api.
- Updates to README to avoid unnecessary imports and warnings.
- Initial open-source release of Espresso bindings for Flutter.