File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- // apply from: '../gitutils.gradle'
1
+ apply from : ' ../gitutils.gradle'
2
2
apply plugin : ' com.android.application'
3
3
apply plugin : ' kotlin-android'
4
4
apply plugin : ' kotlin-kapt'
@@ -79,7 +79,7 @@ android {
79
79
applicationId ' fr.free.nrw.commons'
80
80
versionCode 74
81
81
versionName ' 2.5.0'
82
- // setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
82
+ setProperty(" archivesBaseName" , " app-commons-v$versionName -" + getBranchName())
83
83
minSdkVersion project. minSdkVersion
84
84
targetSdkVersion project. targetSdkVersion
85
85
testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
@@ -97,7 +97,7 @@ android {
97
97
}
98
98
debug {
99
99
testCoverageEnabled true
100
- // versionNameSuffix "-debug-" + getBranchName() + "~" + getBuildVersion()
100
+ versionNameSuffix " -debug-" + getBranchName() + " ~" + getBuildVersion()
101
101
}
102
102
}
103
103
You can’t perform that action at this time.
0 commit comments