Skip to content

Commit

Permalink
updated version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroPointThree17 committed May 10, 2022
1 parent 1dd6d69 commit e5feaee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ android {
applicationId "com.raddishwallet"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 32
versionName "2.13"
versionCode 33
versionName "2.14"
missingDimensionStrategy 'react-native-camera', 'general' // <-- insert this line
ndk {
abiFilters "armeabi-v7a", "x86", "arm64-v8a", "x86_64"
Expand Down

0 comments on commit e5feaee

Please sign in to comment.