We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e530f commit 94f8140Copy full SHA for 94f8140
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 8
90
- versionName "1.4.1"
+ versionCode 9
+ versionName "1.4.2"
91
}
92
signingConfigs {
93
debug {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dev.fuwa.pskey",
3
- "version": "1.4.1",
+ "version": "1.4.2",
4
"scripts": {
5
"android": "react-native run-android",
6
"ios": "react-native run-ios",
0 commit comments