Skip to content

Commit

Permalink
chore: update compileSdkVersion
Browse files Browse the repository at this point in the history
Update compileSdkVersion to 31 for issue with Flutter 3.24.0 version upgrade
  • Loading branch information
MicheleTrevisanKuama authored and SimoneBressan committed Aug 26, 2024
1 parent cc4b04e commit 790b4ef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.8.2

* Update compileSdkVersion to 31 for issue with flutter 3.24.0 version upgrade

# 3.8.1

* Update rxdart constraints to `>=0.27.0 <0.28.0`
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
namespace "org.jezequel.secure_application"
}

compileSdkVersion 30
compileSdkVersion 31

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: secure_application
description: Secure app content visibility when user leave app. It will hide content
in the app switcher and display a frost barrier above locked content when the user get backs
version: 3.8.1
version: 3.8.2
homepage: https://github.com/neckaros/secure_application

environment:
Expand Down

0 comments on commit 790b4ef

Please sign in to comment.