File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 `
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change 11name : secure_application
22description : 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
55homepage : https://github.com/neckaros/secure_application
66
77environment :
You can’t perform that action at this time.
0 commit comments