Skip to content

Commit

Permalink
Update build config
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLipan committed Aug 13, 2018
1 parent ebda2bc commit 473a6e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ReactNative/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ dependencies {
androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', {
exclude group: 'com.android.support', module: 'support-annotations'
})
compile 'cn.jiguang.imui:messagelist:0.7.4'
compile 'cn.jiguang.imui:chatinput:0.8.1'
compile 'pub.devrel:easypermissions:1.0.1'
compile 'org.greenrobot:eventbus:3.0.0'
implementation 'com.android.support:appcompat-v7:27.1.0'
Expand All @@ -35,6 +37,4 @@ dependencies {
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.github.bumptech.glide:glide:4.6.1'
testCompile 'junit:junit:4.12'
implementation project(':chatinput')
implementation project(':messagelist')
}

0 comments on commit 473a6e8

Please sign in to comment.