Skip to content

Commit

Permalink
tweak root detection
Browse files Browse the repository at this point in the history
fixes #76

Signed-off-by: androidacy-user <[email protected]>
  • Loading branch information
androidacy-user committed Dec 10, 2023
1 parent 340ec5a commit 8d0aa1b
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 @@ -48,8 +48,8 @@ android {
applicationId = "com.fox2code.mmm"
minSdk = 26
targetSdk = 34
versionCode = 89
versionName = "2.3.5"
versionCode = 91
versionName = "2.3.6"
vectorDrawables {
useSupportLibrary = true
}
Expand Down

0 comments on commit 8d0aa1b

Please sign in to comment.