Skip to content

Commit 6682975

Browse files
author
Redmer Loen
committed
VIALA-752: Upgrade to PJSIP 2.7
1 parent 15eb22d commit 6682975

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

app/build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
22

33
android {
44
compileSdkVersion 26
5-
buildToolsVersion "25.0.3"
5+
buildToolsVersion "26.0.2"
66
defaultConfig {
77
applicationId "com.voipgrid.app"
88
minSdkVersion 16
9-
targetSdkVersion 25
9+
targetSdkVersion 26
1010
versionCode 71
1111
versionName "5.1"
1212
multiDexEnabled true
@@ -78,10 +78,10 @@ repositories {
7878
}
7979

8080
ext {
81-
supportLibVersion = "26.0.2"
81+
supportLibVersion = "26.1.0"
8282
espressoVersion = "2.2"
8383
androidTestVersion = "0.5"
84-
firebaseVersion = "11.2.2"
84+
firebaseVersion = "11.4.2"
8585
jUnitVersion = "4.12"
8686
powerMockVersion = "1.6.4"
8787
okHttpVersion = "3.9.0"
@@ -94,9 +94,9 @@ dependencies {
9494
compile fileTree(include: ['*.jar'], dir: 'libs')
9595

9696
// Modules.
97-
compile project(':pjsip')
9897
compile files('libs/logentries-android.jar')
9998
compile(name: 'spindle-lock-ring', ext: 'aar')
99+
compile(name: 'pjsip', ext: 'aar')
100100

101101
// Support libs.
102102
compile "com.android.support:multidex:1.0.1"
@@ -112,7 +112,7 @@ dependencies {
112112
compile "com.google.android.gms:play-services-analytics:${firebaseVersion}"
113113

114114
// Circle image view
115-
compile "de.hdodenhof:circleimageview:2.0.0"
115+
compile "de.hdodenhof:circleimageview:2.1.0"
116116
compile "com.amulyakhare:com.amulyakhare.textdrawable:1.0.1"
117117

118118
// Retrofit and OkHttp

app/libs/pjsip.aar

13.8 MB
Binary file not shown.

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include ':app', ':pjsip'
1+
include ':app'

0 commit comments

Comments
 (0)