Skip to content

Commit

Permalink
chore: align android build version (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamtoshi committed Jul 6, 2022
1 parent e679e76 commit 869c435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ android {
applicationId "com.galoyapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 325
versionCode 326
versionName "2.0.1"
missingDimensionStrategy 'react-native-camera', 'general' // React native camera

Expand Down

0 comments on commit 869c435

Please sign in to comment.