Skip to content

Commit 790b4ef

Browse files
MicheleTrevisanKuamaSimoneBressan
authored andcommitted
chore: update compileSdkVersion
Update compileSdkVersion to 31 for issue with Flutter 3.24.0 version upgrade
1 parent cc4b04e commit 790b4ef

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 3.8.2
2+
3+
* Update compileSdkVersion to 31 for issue with flutter 3.24.0 version upgrade
4+
15
# 3.8.1
26

37
* Update rxdart constraints to `>=0.27.0 <0.28.0`

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
namespace "org.jezequel.secure_application"
3030
}
3131

32-
compileSdkVersion 30
32+
compileSdkVersion 31
3333

3434
sourceSets {
3535
main.java.srcDirs += 'src/main/kotlin'

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: secure_application
22
description: Secure app content visibility when user leave app. It will hide content
33
in the app switcher and display a frost barrier above locked content when the user get backs
4-
version: 3.8.1
4+
version: 3.8.2
55
homepage: https://github.com/neckaros/secure_application
66

77
environment:

0 commit comments

Comments
 (0)