Skip to content

Commit 6f01706

Browse files
chore: new version
1 parent c11a480 commit 6f01706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ buildConfig {
3737

3838
// App version.
3939
buildConfigField 'int', 'VERSION_CODE', '4'
40-
buildConfigField 'String', 'VERSION', '0.1.1'
40+
buildConfigField 'String', 'VERSION', '0.1.2'
4141

4242
// Logging.
4343
buildConfigField 'String', 'ENV', project.hasProperty('env') ? env : 'production'

0 commit comments

Comments
 (0)