Skip to content

Commit

Permalink
v7.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HashEngineering committed Oct 27, 2021
1 parent 337a3d3 commit 1a78c61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ This project contains several sub-projects:
The Android app itself. This is probably what you're searching for.
* __common__:
Contains common components used by integrations.
* __liquid-integration__
Contains the liquid integration
* __uphold-integration__
Contains the uphold integration
* __market__:
App description and promo material for the Google Play app store.
* __integration-android__:

A tiny library for integrating Dash payments into your own Android app
A tiny library for integrating Dash payments into your own Android app
(e.g. donations, in-app purchases).
* __sample-integration-android__:
A minimal example app to demonstrate integration of digital payments into
Expand Down
4 changes: 2 additions & 2 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 30
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70340
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.3.4"
versionCode project.hasProperty('versionCode') ? project.property('versionCode') as int : 70350
versionName project.hasProperty('versionName') ? project.property('versionName') : "7.3.5"
multiDexEnabled true
generatedDensities = ['hdpi', 'xhdpi']
vectorDrawables.useSupportLibrary = true
Expand Down

0 comments on commit 1a78c61

Please sign in to comment.