Skip to content

Commit

Permalink
chore: release, fix permission, fix android 10 > unable to close/swit…
Browse files Browse the repository at this point in the history
…ch/backspace the app in login activity(due to permission)
  • Loading branch information
Jerson2000 committed Aug 20, 2024
1 parent 3aaabe8 commit 6574ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ android {
applicationId = "com.jerson.hcdc_portal"
minSdk = 24
targetSdk = 34
versionCode = 3
versionName = "1.1.1"
versionCode = 4
versionName = "1.1.2"

val prop = Properties()
prop.load(project.rootProject.file("local.properties").inputStream())
Expand Down

0 comments on commit 6574ff3

Please sign in to comment.