File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ $ flutter pub add compassx
43
43
44
44
Check the minimum supported version of your project and update as necessary.
45
45
- ** iOS: 12**
46
- - ** Android: 21 **
46
+ - ** Android: 23 **
47
47
48
48
Request permission to get true heading in Android. Not required on iOS.
49
49
``` console
Original file line number Diff line number Diff line change @@ -23,6 +23,6 @@ android {
23
23
}
24
24
25
25
defaultConfig {
26
- minSdk 21
26
+ minSdk 23
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ android {
34
34
35
35
defaultConfig {
36
36
applicationId " studio.midoridesign.compassx_example"
37
- minSdk 21
37
+ minSdk 23
38
38
targetSdkVersion flutter. targetSdkVersion
39
39
versionCode flutterVersionCode. toInteger()
40
40
versionName flutterVersionName
You can’t perform that action at this time.
0 commit comments