Compare commits

..

No commits in common. "c9785a3a6c75b149118470f0abbf44deaa5a903a" and "c18eb3745d3c97bba8cc701db45d6014aa213cd6" have entirely different histories.

3 changed files with 2 additions and 3 deletions

View file

@ -106,5 +106,6 @@ flutter {
}
dependencies {
implementation "com.android.billingclient:billing-ktx:6.0.0"
implementation "com.google.firebase:firebase-analytics:17.4.1"
}

View file

@ -53,6 +53,4 @@
<uses-permission android:name="android.permission.RECORD_AUDIO" tools:node="remove" />
<uses-permission android:name="android.permission.MICROPHONE" tools:node="remove" />
<uses-feature android:name="android.hardware.microphone" android:required="false" />
<uses-permission android:name="com.android.vending.BILLING" />
</manifest>

View file

@ -136,8 +136,8 @@ void testE2E(String description) {
);
/// Set another film and another ISO
await tester.openPickerAndSelect<FilmPicker, Film>(mockFilms[1].name);
await tester.openPickerAndSelect<IsoValuePicker, IsoValue>('200');
await tester.openPickerAndSelect<FilmPicker, Film>(mockFilms[1].name);
await _expectMeteringStateAndMeasure(
tester,
equipmentProfile: mockEquipmentProfiles[1],