Skip to content

Commit 96bf807

Browse files
committed
android: Bump to 0.0.2 and build code 4
1 parent 36eb309 commit 96bf807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ android {
100100
applicationId 'com.noahwallet'
101101
minSdkVersion rootProject.ext.minSdkVersion
102102
targetSdkVersion rootProject.ext.targetSdkVersion
103-
versionCode 3
104-
versionName "0.0.1"
103+
versionCode 4
104+
versionName "0.0.2"
105105
buildConfigField "String", "REACT_NATIVE_RELEASE_LEVEL", "\"${findProperty('reactNativeReleaseLevel') ?: 'stable'}\""
106106
}
107107

0 commit comments

Comments
 (0)