diff --git a/build.gradle b/build.gradle index 532b58a58..a1ff47c3d 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { jcenter() } dependencies { - classpath 'com.android.tools.build:gradle:4.1.0' + classpath 'com.android.tools.build:gradle:4.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1' } @@ -54,6 +54,7 @@ static def getTag() { return tagVersion } +@SuppressWarnings('unused') static def getGitCommitCount() { def process = "git rev-list HEAD --count".execute() return process.text.toInteger()