Skip to content

Commit

Permalink
Merge pull request #794 from cph-cachet/dev-screen-state
Browse files Browse the repository at this point in the history
[Screen State] Release of 3.0.1 (reduced minSdkVersion)
  • Loading branch information
hoffmatteo authored Aug 28, 2023
2 parents 92f4e19 + 21e20cd commit bf12872
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions packages/screen_state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1

- Reduced minSdk version to 23

## 3.0.0

- `Screen()` implemented as singleton.
Expand Down
2 changes: 1 addition & 1 deletion packages/screen_state/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
main.java.srcDirs += 'src/main/kotlin'
}
defaultConfig {
minSdkVersion 31
minSdkVersion 23
}
lintOptions {
disable 'InvalidPackage'
Expand Down
2 changes: 1 addition & 1 deletion packages/screen_state/example/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "dk.cachet.screen_state_example"
minSdkVersion 31
minSdkVersion 23
targetSdkVersion 33
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
Expand Down
3 changes: 1 addition & 2 deletions packages/screen_state/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: screen_state
description: A plugin for reporting screen events while the flutter application is running in background. Works for Android only.
version: 3.0.0
version: 3.0.1
homepage: https://github.com/cph-cachet/flutter-plugins/tree/master/packages/screen_state

environment:
Expand All @@ -23,4 +23,3 @@ flutter:
pluginClass: ScreenStatePlugin
ios:
pluginClass: ScreenStatePlugin

0 comments on commit bf12872

Please sign in to comment.