Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
  • Loading branch information
VishalNehra committed Apr 23, 2023
1 parent b8962db commit 36075ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Expand Up @@ -52,8 +52,8 @@ android {
minSdk 21
targetSdk 31

Integer sudoVersionCode = 21
String versionNameText = "1.81"
Integer sudoVersionCode = 22
String versionNameText = "1.82"

String[] abiFilterList = property("abiFilters").toString().split(';')
Integer minorVersion = 0
Expand Down

0 comments on commit 36075ce

Please sign in to comment.