Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit a2b5a77

Browse files
author
Emmanuel Garcia
authored
[instrumentation_adapter] Migrate example to AndroidX (#2075)
1 parent 3972c5d commit a2b5a77

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

packages/instrumentation_adapter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.4
2+
3+
* Migrate example to AndroidX.
4+
15
## 0.1.3
26

37
* Added example app.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
org.gradle.jvmargs=-Xmx1536M
22

3+
android.useAndroidX=true
4+
android.enableJetifier=true

packages/instrumentation_adapter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: instrumentation_adapter
22
description: Runs tests that use the flutter_test API as integration tests.
3-
version: 0.1.3
3+
version: 0.1.4
44
author: Flutter Team <[email protected]>
55
homepage: https://github.com/flutter/plugins/tree/master/packages/instrumentation_adapter
66

0 commit comments

Comments
 (0)