Skip to content

Commit ef98858

Browse files
committed
fix typo
1 parent c0974e5 commit ef98858

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/mixin_logger/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ android {
6060
}
6161

6262
defaultConfig {
63-
minSdkVersion 19
63+
minSdkVersion 23
6464
}
6565
}

packages/mixin_logger/lib/src/mixin_logger_bindings_generated.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// AUTO GENERATED FILE, DO NOT EDIT.
66
//
77
// Generated by `package:ffigen`.
8+
// ignore_for_file: type=lint
89
import 'dart:ffi' as ffi;
910

1011
/// Bindings for `src/mixin_logger.h`.

0 commit comments

Comments
 (0)