Skip to content

Commit

Permalink
feat: disable dashpay on 32-bit devices and invites on all
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Oct 9, 2024
1 parent 6e6d507 commit 4c7a19a
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 : 103010
versionName project.hasProperty('versionName') ? project.property('versionName') : "10.3.1"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 110043
versionName project.hasProperty('versionName') ? project.property('versionName') : "11.0-beta"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 4c7a19a

Please sign in to comment.