Skip to content

Commit f5f00e0

Browse files
author
maskara
committed
Enable git util methods
1 parent 6b9537b commit f5f00e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//apply from: '../gitutils.gradle'
1+
apply from: '../gitutils.gradle'
22
apply plugin: 'com.android.application'
33
apply plugin: 'kotlin-android'
44
apply plugin: 'kotlin-kapt'
@@ -79,7 +79,7 @@ android {
7979
applicationId 'fr.free.nrw.commons'
8080
versionCode 74
8181
versionName '2.5.0'
82-
//setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
82+
setProperty("archivesBaseName", "app-commons-v$versionName-" + getBranchName())
8383
minSdkVersion project.minSdkVersion
8484
targetSdkVersion project.targetSdkVersion
8585
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
@@ -97,7 +97,7 @@ android {
9797
}
9898
debug {
9999
testCoverageEnabled true
100-
//versionNameSuffix "-debug-" + getBranchName() + "~" + getBuildVersion()
100+
versionNameSuffix "-debug-" + getBranchName() + "~" + getBuildVersion()
101101
}
102102
}
103103

0 commit comments

Comments
 (0)