Skip to content

Commit

Permalink
Lowered required sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
Perondas authored and Perondas committed Aug 25, 2022
1 parent bbfc6de commit 7bd2a8a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.4

* Lowered the required SDK version

## 0.0.3

* Fixed mistakes in the documentation.
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ android {
}

defaultConfig {
minSdkVersion 29
minSdkVersion 16
}
}

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.3"
version: "0.0.4"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: signal_strength
description: Get your phones current signal strengths. Currently only works on android.
version: 0.0.3
version: 0.0.4
homepage: https://github.com/Perondas/signal_strength

environment:
Expand Down

0 comments on commit 7bd2a8a

Please sign in to comment.