We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb5f23 commit f85a069Copy full SHA for f85a069
build.gradle
@@ -36,8 +36,8 @@ buildConfig {
36
buildConfigField 'String', 'PROFILE_URL', 'https://sourcerer.io/'
37
38
// App version.
39
- buildConfigField 'int', 'VERSION_CODE', '9'
40
- buildConfigField 'String', 'VERSION', '0.2.4'
+ buildConfigField 'int', 'VERSION_CODE', '10'
+ buildConfigField 'String', 'VERSION', '0.2.5'
41
42
// Logging.
43
buildConfigField 'String', 'ENV', project.hasProperty('env') ? env : 'production'
0 commit comments