@@ -24,6 +24,8 @@ android {
2424 setProperty(" archivesBaseName" , " CallerInfo-v$versionName " )
2525
2626 testInstrumentationRunner " android.support.test.runner.AndroidJUnitRunner"
27+
28+ vectorDrawables. useSupportLibrary = true
2729 }
2830
2931 signingConfigs {
@@ -68,7 +70,7 @@ dependencies {
6870 androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
6971 androidTestImplementation ' com.android.support.test.espresso:espresso-intents:3.0.2'
7072 androidTestImplementation ' com.android.support.test.espresso:espresso-idling-resource:3.0.2'
71- androidTestImplementation (' com.android.support.test.espresso:espresso-contrib:2.2.2' ) {
73+ androidTestImplementation(' com.android.support.test.espresso:espresso-contrib:2.2.2' ) {
7274 exclude group : ' com.android.support' , module : ' appcompat-v7'
7375 exclude group : ' com.android.support' , module : ' support-v4'
7476 exclude group : ' com.android.support' , module : ' design'
@@ -82,6 +84,8 @@ dependencies {
8284 implementation " com.android.support:cardview-v7:${ rootProject.ext.supportVersion} "
8385 implementation " com.android.support:design:${ rootProject.ext.supportVersion} "
8486 implementation " com.android.support:support-v4:${ rootProject.ext.supportVersion} "
87+ implementation " com.android.support.constraint:constraint-layout:${ rootProject.ext.constraintVersion} "
88+ implementation " com.android.support:customtabs:${ rootProject.ext.supportVersion} "
8589
8690 implementation ' org.xdty.phone.number:phone-number:0.7.18'
8791 implementation ' org.xdty.preference:color-picker:0.0.4'
@@ -107,6 +111,10 @@ dependencies {
107111 implementation ' io.requery:requery:1.4.0'
108112 implementation ' io.requery:requery-android:1.4.0'
109113 annotationProcessor ' io.requery:requery-processor:1.4.0'
114+
115+ implementation(' net.openid:appauth:0.7.1' ) {
116+ exclude group : ' com.android.support' , module : ' customtabs'
117+ }
110118}
111119
112120apply from : ' ../signing.gradle'
0 commit comments