Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Janne Seppänen committed Sep 21, 2016
1 parent 1f976f0 commit 0aeed1d
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 23
compileSdkVersion 24
buildToolsVersion '23.0.2'
useLibrary 'org.apache.http.legacy'
defaultConfig {
applicationId "fi.vtt.nubotest"
minSdkVersion 17
targetSdkVersion 23
targetSdkVersion 24
versionCode 1
versionName "1.0"
multiDexEnabled true
Expand All @@ -23,12 +23,10 @@ android {
}

dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])

compile 'fi.vtt.nubomedia:jsonrpc-ws-android:1.0.4'
compile 'fi.vtt.nubomedia:utilities-android:1.0.0'
compile 'fi.vtt.nubomedia:webrtcpeer-android:1.0.3'
compile 'fi.vtt.nubomedia:kurento-tree-client-android:1.0.4'

compile 'com.android.support:appcompat-v7:24.2.0'
compile 'fi.vtt.nubomedia:jsonrpc-ws-android:1.0.6'
compile 'fi.vtt.nubomedia:utilities-android:1.0.1'
compile 'fi.vtt.nubomedia:webrtcpeer-android:1.0.6'
compile 'fi.vtt.nubomedia:kurento-tree-client-android:1.0.10'

}

0 comments on commit 0aeed1d

Please sign in to comment.