Skip to content

Commit

Permalink
Android v1.0.12 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Jun 12, 2020
1 parent da7a24e commit 0bcf5a0
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 @@ -134,8 +134,8 @@ android {
applicationId "com.zecwalletmobile"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 9
versionName "1.0.9"
versionCode 12
versionName "1.0.12"

missingDimensionStrategy 'react-native-camera', 'general'
}
Expand Down

2 comments on commit 0bcf5a0

@BostonZcash
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a GitHub Release for v1.0.12 with an APK? The Play Store-derived APK doesn't install atop my existing manually-installed instance for some reason. Thanks!

@adityapk00
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.