Skip to content

Commit a372a33

Browse files
authored
Merge pull request #9 from natsuk4ze/Upgrade-minSdk-version
Upgrade minSdk version to 23
2 parents 73796f6 + 1f10889 commit a372a33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ flutter pub add compassx
4343

4444
Check the minimum supported version of your project and update as necessary.
4545
- **iOS: 12**
46-
- **Android: 21**
46+
- **Android: 23**
4747

4848
Request permission to get true heading in Android. Not required on iOS.
4949
```console

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ android {
2323
}
2424

2525
defaultConfig {
26-
minSdk 21
26+
minSdk 23
2727
}
2828
}

example/android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ android {
3434

3535
defaultConfig {
3636
applicationId "studio.midoridesign.compassx_example"
37-
minSdk 21
37+
minSdk 23
3838
targetSdkVersion flutter.targetSdkVersion
3939
versionCode flutterVersionCode.toInteger()
4040
versionName flutterVersionName

0 commit comments

Comments
 (0)