Skip to content

Commit

Permalink
fix flatdir
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jul 27, 2024
1 parent cf5cc02 commit 8ffde00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wallet/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,13 @@ android {
}
}

repositories {
flatDir {
dirs 'aars'
}
}


dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation fileTree(dir: '../core/libs', include: ['*.jar'])
Expand Down

0 comments on commit 8ffde00

Please sign in to comment.