File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 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-
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11name : proximity_sensor
22description : simple and easy to use flutter plugin package for proximity sensor (only)
3- version : 1.3.4
3+ version : 1.3.5
44homepage : https://github.com/jeremyko/flutter-proximity-sensor-plugin
55
66environment :
You can’t perform that action at this time.
0 commit comments