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 f67d419 commit 492d0c7Copy full SHA for 492d0c7
build.gradle
@@ -36,8 +36,8 @@ buildConfig {
36
buildConfigField 'String', 'PROFILE_URL', 'https://sourcerer.io/'
37
38
// App version.
39
- buildConfigField 'int', 'VERSION_CODE', '12'
40
- buildConfigField 'String', 'VERSION', '0.3.0'
+ buildConfigField 'int', 'VERSION_CODE', '13'
+ buildConfigField 'String', 'VERSION', '0.3.1'
41
42
// Logging.
43
buildConfigField 'String', 'ENV', project.hasProperty('env') ? env : 'production'
0 commit comments