Skip to content

Commit

Permalink
update version and adjust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anyxem committed Jul 13, 2024
1 parent 541bf8d commit c3206da
Show file tree
Hide file tree
Showing 4 changed files with 86 additions and 129 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ android {
applicationId "com.mojitowallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 41
versionName "0.3.1"
versionCode 42
versionName "0.3.2"
multiDexEnabled true
missingDimensionStrategy 'react-native-camera', 'general'
testBuildType System.getProperty('testBuildType', 'debug') // This will later be used to control the test apk build type
Expand Down
Loading

0 comments on commit c3206da

Please sign in to comment.