mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2025-09-18 12:16:40 +00:00
Compare commits
3 commits
c18eb3745d
...
c9785a3a6c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c9785a3a6c | ||
![]() |
50021285a9 | ||
![]() |
9cece036d1 |
3 changed files with 3 additions and 2 deletions
|
@ -106,6 +106,5 @@ flutter {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation "com.android.billingclient:billing-ktx:6.0.0"
|
||||
implementation "com.google.firebase:firebase-analytics:17.4.1"
|
||||
}
|
||||
|
|
|
@ -53,4 +53,6 @@
|
|||
<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>
|
|
@ -136,8 +136,8 @@ void testE2E(String description) {
|
|||
);
|
||||
|
||||
/// Set another film and another ISO
|
||||
await tester.openPickerAndSelect<IsoValuePicker, IsoValue>('200');
|
||||
await tester.openPickerAndSelect<FilmPicker, Film>(mockFilms[1].name);
|
||||
await tester.openPickerAndSelect<IsoValuePicker, IsoValue>('200');
|
||||
await _expectMeteringStateAndMeasure(
|
||||
tester,
|
||||
equipmentProfile: mockEquipmentProfiles[1],
|
||||
|
|
Loading…
Reference in a new issue