We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36eb309 commit 96bf807Copy full SHA for 96bf807
client/android/app/build.gradle
@@ -100,8 +100,8 @@ android {
100
applicationId 'com.noahwallet'
101
minSdkVersion rootProject.ext.minSdkVersion
102
targetSdkVersion rootProject.ext.targetSdkVersion
103
- versionCode 3
104
- versionName "0.0.1"
+ versionCode 4
+ versionName "0.0.2"
105
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
106
}
107
0 commit comments