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 4ba58fd commit a2a9d3bCopy full SHA for a2a9d3b
build.gradle
@@ -38,9 +38,9 @@ plugins {
38
/** Version Settings, loaded from file `version.properties` */
39
def version = new Properties()
40
version.load(new FileInputStream(rootProject.file('version.properties')))
41
-project.ext.set('applicationId', version['applicationId'])
42
-project.ext.set('versionName', version['versionName'])
43
-project.ext.set('versionCode', new Integer(version['versionCode']))
+project.ext.set('applicationId', version['applicationId'])
+project.ext.set('versionName', version['versionName'])
+project.ext.set('versionCode', new Integer(version['versionCode']))
44
45
/** Build Configurations */
46
project.ext.set('archiveBuildTypes', ['debug', 'release'])
0 commit comments