@@ -2,11 +2,11 @@ apply plugin: 'com.android.application'
2
2
3
3
android {
4
4
compileSdkVersion 26
5
- buildToolsVersion " 25 .0.3 "
5
+ buildToolsVersion " 26 .0.2 "
6
6
defaultConfig {
7
7
applicationId " com.voipgrid.app"
8
8
minSdkVersion 16
9
- targetSdkVersion 25
9
+ targetSdkVersion 26
10
10
versionCode 71
11
11
versionName " 5.1"
12
12
multiDexEnabled true
@@ -78,10 +78,10 @@ repositories {
78
78
}
79
79
80
80
ext {
81
- supportLibVersion = " 26.0.2 "
81
+ supportLibVersion = " 26.1.0 "
82
82
espressoVersion = " 2.2"
83
83
androidTestVersion = " 0.5"
84
- firebaseVersion = " 11.2 .2"
84
+ firebaseVersion = " 11.4 .2"
85
85
jUnitVersion = " 4.12"
86
86
powerMockVersion = " 1.6.4"
87
87
okHttpVersion = " 3.9.0"
@@ -94,9 +94,9 @@ dependencies {
94
94
compile fileTree(include : [' *.jar' ], dir : ' libs' )
95
95
96
96
// Modules.
97
- compile project(' :pjsip' )
98
97
compile files(' libs/logentries-android.jar' )
99
98
compile(name : ' spindle-lock-ring' , ext : ' aar' )
99
+ compile(name : ' pjsip' , ext : ' aar' )
100
100
101
101
// Support libs.
102
102
compile " com.android.support:multidex:1.0.1"
@@ -112,7 +112,7 @@ dependencies {
112
112
compile " com.google.android.gms:play-services-analytics:${ firebaseVersion} "
113
113
114
114
// Circle image view
115
- compile " de.hdodenhof:circleimageview:2.0 .0"
115
+ compile " de.hdodenhof:circleimageview:2.1 .0"
116
116
compile " com.amulyakhare:com.amulyakhare.textdrawable:1.0.1"
117
117
118
118
// Retrofit and OkHttp
0 commit comments