Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 44016be

Browse files
authored
Fix graddle conflict (#601)
1 parent d0795a8 commit 44016be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/android/build-extras.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,5 +63,5 @@ android.buildTypes.each {
6363
}
6464

6565
dependencies {
66-
compile 'com.nimbusds:nimbus-jose-jwt:5.1'
66+
compile('com.nimbusds:nimbus-jose-jwt:5.1') { exclude group: "net.minidev", module: "json-smart" }
6767
}

0 commit comments

Comments
 (0)