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 454bfa0 commit fe61846Copy full SHA for fe61846
build.gradle
@@ -37,7 +37,7 @@ buildConfig {
37
38
// App version.
39
buildConfigField 'int', 'VERSION_CODE', '6'
40
- buildConfigField 'String', 'VERSION', '0.2.0'
+ buildConfigField 'String', 'VERSION', '0.2.1'
41
42
// Logging.
43
buildConfigField 'String', 'ENV', project.hasProperty('env') ? env : 'production'
0 commit comments