Skip to content

Commit 00709ad

Browse files
committed
upgraded to v0.6.4
1 parent d4a91ab commit 00709ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ android {
138138
applicationId "com.interconnected_mobile_client"
139139
minSdkVersion rootProject.ext.minSdkVersion
140140
targetSdkVersion rootProject.ext.targetSdkVersion
141-
versionCode 13
142-
versionName "0.6.3"
141+
versionCode 14
142+
versionName "0.6.4"
143143
buildConfigField "boolean", "IS_NEW_ARCHITECTURE_ENABLED", isNewArchitectureEnabled().toString()
144144

145145
if (isNewArchitectureEnabled()) {

0 commit comments

Comments
 (0)