File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -122,14 +122,16 @@ dependencies {
122122 implementation " androidx.appcompat:appcompat:$rootProject . ext . appCompatVersion "
123123 implementation " androidx.browser:browser:$rootProject . ext . browserVersion "
124124 implementation " com.google.code.gson:gson:$rootProject . ext . gsonVersion "
125- implementation " com.nimbusds:nimbus-jose-jwt:$rootProject . ext . nimbusVersion "
125+ implementation (" com.nimbusds:nimbus-jose-jwt:$rootProject . ext . nimbusVersion " ) {
126+ exclude module : ' asm'
127+ }
126128 implementation " androidx.constraintlayout:constraintlayout:$rootProject . ext . constraintLayoutVersion "
127129
128130 // test dependencies
129131 testImplementation " junit:junit:$rootProject . ext . junitVersion "
130132 // TODO the below dependency should be mockito-core but the MockMaker isn't working...
131133 testImplementation " org.mockito:mockito-android:$rootProject . ext . mockitoAndroidVersion "
132- testImplementation " org.robolectric:robolectric:$rootProject . ext . robolectricVersion "
134+ testImplementation ( " org.robolectric:robolectric:$rootProject . ext . robolectricVersion " )
133135 testImplementation " androidx.test:core:$rootProject . ext . androidxTestCoreVersion "
134136 testImplementation project(' :testutils' )
135137 // instrumentation test dependencies
You can’t perform that action at this time.
0 commit comments