Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 1a86509

Browse files
committed
fixes Could not resolve net.minidev:json-smart:[1.3.1,2.3]
thanks to that MR : mpaghq#71
1 parent 037174d commit 1a86509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ dependencies {
4949
implementation fileTree(dir: 'libs', include: ['*.jar'])
5050
implementation project(':capacitor-android')
5151
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
52-
implementation 'com.nimbusds:nimbus-jose-jwt:5.1'
52+
implementation('com.nimbusds:nimbus-jose-jwt:5.1') { exclude group: "net.minidev", module: "json-smart" }
5353
testImplementation "junit:junit:$junitVersion"
5454
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
5555
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"

0 commit comments

Comments
 (0)