Skip to content

Commit

Permalink
Fix JetPack build
Browse files Browse the repository at this point in the history
  • Loading branch information
duangsuse committed Jul 31, 2018
1 parent 5d68e3c commit e3242da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ buildscript {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.3'
Expand All @@ -59,7 +58,6 @@ allprojects {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.github.duangsuse:e2im:master-SNAPSHOT'

testImplementation 'junit:junit:4.12'
}

0 comments on commit e3242da

Please sign in to comment.