Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
coinswitch-dev authored Nov 29, 2023
1 parent afbc460 commit 942f173
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+"
implementation 'com.github.digio-tech:gateway:v4.0.8'
implementation fileTree(dir: "libs", include: ["*.aar"])
// implementation fileTree(dir: "libs", include: ["*.aar"])
implementation(name: 'digio_kyc_workflow-4.0.10', ext: 'aar')
// implementation 'com.github.digio-tech:gateway_kyc:v4.0.8'
implementation 'androidx.appcompat:appcompat:1.6.1'
implementation 'com.google.android.material:material:1.9.0'
Expand Down

0 comments on commit 942f173

Please sign in to comment.