Skip to content

Commit

Permalink
Merge pull request #216 from ytai/AndroidStudio-4.1.1
Browse files Browse the repository at this point in the history
Android Studio 4.1.1
  • Loading branch information
hannesa2 authored Nov 12, 2020
2 parents 6e39d61 + fd6c44b commit 1269d3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down Expand Up @@ -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()
Expand Down

0 comments on commit 1269d3b

Please sign in to comment.