Skip to content
This repository has been archived by the owner on Aug 22, 2020. It is now read-only.

Commit

Permalink
Merge pull request #18 from pedro-jorge-pereira/master
Browse files Browse the repository at this point in the history
Fix JitPack build error
  • Loading branch information
fython authored Mar 21, 2018
2 parents 8ef2898 + 6000475 commit 7aaf899
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
buildscript {
ext.kotlin_version = '1.2.21'
ext.kotlin_version = '1.2.21'
repositories {
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}

Expand All @@ -28,4 +29,4 @@ ext {
buildToolsVersion = "27.0.2"
versionCode = 6
versionName = '0.2.4'
}
}

0 comments on commit 7aaf899

Please sign in to comment.