Skip to content

Commit

Permalink
v11.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Jan 31, 2025
1 parent b91c776 commit 2abfa75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ android {
minSdkVersion 24
targetSdkVersion 34
// version code: MMmmppbb; MM = Major Version, mm = minor version, pp == patch version, bb = build
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11000513
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.0.5"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 11010006
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.1.0"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 2abfa75

Please sign in to comment.