Skip to content

Commit 83d3263

Browse files
authored
Update version code to 10 and version to 1.3.1
1 parent 776eed9 commit 83d3263

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
@@ -103,8 +103,8 @@ android {
103103
applicationId "com.techtriangle"
104104
minSdkVersion rootProject.ext.minSdkVersion
105105
targetSdkVersion rootProject.ext.targetSdkVersion
106-
versionCode 8
107-
versionName "1.2.0"
106+
versionCode 10
107+
versionName "1.3.0"
108108
}
109109

110110
splits {

0 commit comments

Comments
 (0)