Skip to content

Commit

Permalink
chore: Bumping android versioncode
Browse files Browse the repository at this point in the history
  • Loading branch information
daviroo committed Sep 27, 2022
1 parent 85b0912 commit 421e033
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 @@ -135,7 +135,7 @@ android {
applicationId "com.galoyapp"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 343
versionCode 344
versionName "2.0.1"
missingDimensionStrategy 'react-native-camera', 'general' // React native camera
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
Expand Down

0 comments on commit 421e033

Please sign in to comment.