Skip to content

Commit

Permalink
chore: v11.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Oct 21, 2024
1 parent d41c0d8 commit ab41f9d
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 @@ -207,8 +207,8 @@ android {
compileSdk 34
minSdkVersion 24
targetSdkVersion 34
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 110043
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.0-beta"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 110060
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.0.1"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit ab41f9d

Please sign in to comment.