We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51348da commit c0a44a6Copy full SHA for c0a44a6
2 files changed
android/app/build.gradle
@@ -86,8 +86,8 @@ android {
86
applicationId "dev.fuwa.pskey"
87
minSdkVersion rootProject.ext.minSdkVersion
88
targetSdkVersion rootProject.ext.targetSdkVersion
89
- versionCode 6
90
- versionName "1.3.1"
+ versionCode 7
+ versionName "1.4.0"
91
}
92
signingConfigs {
93
debug {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dev.fuwa.pskey",
3
- "version": "1.3.1",
+ "version": "1.4.0",
4
"scripts": {
5
"android": "react-native run-android",
6
"ios": "react-native run-ios",
0 commit comments