Skip to content

Commit b540009

Browse files
committed
1.1.0 version bump
1 parent c00984f commit b540009

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
@@ -132,8 +132,8 @@ android {
132132
applicationId "com.flagitect"
133133
minSdkVersion rootProject.ext.minSdkVersion
134134
targetSdkVersion rootProject.ext.targetSdkVersion
135-
versionCode 010000 // xxyyzz where x, y, z are zero-padded major, minor, bugfix
136-
versionName "1.0.0" // major.minor.bugfix
135+
versionCode 010100 // xxyyzz where x, y, z are zero-padded major, minor, bugfix
136+
versionName "1.1.0" // major.minor.bugfix
137137
}
138138
splits {
139139
abi {

0 commit comments

Comments
 (0)