We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11a480 commit 6f01706Copy full SHA for 6f01706
build.gradle
@@ -37,7 +37,7 @@ buildConfig {
37
38
// App version.
39
buildConfigField 'int', 'VERSION_CODE', '4'
40
- buildConfigField 'String', 'VERSION', '0.1.1'
+ buildConfigField 'String', 'VERSION', '0.1.2'
41
42
// Logging.
43
buildConfigField 'String', 'ENV', project.hasProperty('env') ? env : 'production'
0 commit comments