We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9ccaa commit ee3f6aeCopy full SHA for ee3f6ae
build.gradle
@@ -38,8 +38,8 @@ final def staticAnalysisReportFolderTarget = project.rootDir.absolutePath + "/st
38
allprojects {
39
ext {
40
//Application details
41
- androidVersionCode = 503
42
- androidVersionName = '1.11'
+ androidVersionCode = 504
+ androidVersionName = '1.12'
43
androidTestInstrumentationRunner = "android.support.test.runner.AndroidJUnitRunner"
44
45
androidApplicationIdBase = "com.jorge.boats.xkcd%s"
0 commit comments