Skip to content

Commit 027210b

Browse files
committed
minSdkVersion 23
1 parent 046c0ea commit 027210b

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
## 1.3.5
2+
- minSdkVersion 23
3+
14
## 1.3.4
25
- remove permission : ACTIVITY_RECOGNITION
3-
6+
-
47
## 1.3.3
58
- remove not needed permission
69
-

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ android {
3535
}
3636
defaultConfig {
3737
namespace "dev.jeremyko.proximity_sensor"
38-
minSdkVersion 31
38+
minSdkVersion 23
3939
}
4040
compileOptions {
4141
sourceCompatibility JavaVersion.VERSION_17

example/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ android {
3636
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3737
applicationId "dev.jeremyko.proximity_sensor_example"
3838
namespace "dev.jeremyko.proximity_sensor_example"
39-
minSdkVersion 31
39+
minSdkVersion 23
4040
targetSdkVersion 34
4141
versionCode flutterVersionCode.toInteger()
4242
versionName flutterVersionName

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: proximity_sensor
22
description: simple and easy to use flutter plugin package for proximity sensor (only)
3-
version: 1.3.4
3+
version: 1.3.5
44
homepage: https://github.com/jeremyko/flutter-proximity-sensor-plugin
55

66
environment:

0 commit comments

Comments
 (0)