Skip to content

Commit b9b906e

Browse files
author
maskara
committed
Enable git util methods
1 parent 463f75e commit b9b906e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

+2-2
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'
@@ -99,7 +99,7 @@ android {
9999
}
100100
debug {
101101
testCoverageEnabled true
102-
//versionNameSuffix "-debug-" + getBranchName() + "~" + getBuildVersion()
102+
versionNameSuffix "-debug-" + getBranchName() + "~" + getBuildVersion()
103103
}
104104
}
105105

0 commit comments

Comments
 (0)