Skip to content

Commit fcffffc

Browse files
Close #1119
1 parent a615666 commit fcffffc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

pkgs/jni/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.2
2+
3+
- Bumped `minSdk` to 21.
4+
15
## 0.9.1
26

37
- Fixed compilation on macOS for consumers that don't use JNI on macOS (which is

pkgs/jni/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ android {
8484
}
8585

8686
defaultConfig {
87-
minSdkVersion 16
87+
minSdk 21
8888
}
8989
}

pkgs/jni/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: jni
66
description: A library to access JNI from Dart and Flutter that acts as a support library for package:jnigen.
7-
version: 0.9.1
7+
version: 0.9.2
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/jni
99

1010
topics:

0 commit comments

Comments
 (0)