Skip to content

Commit

Permalink
fix: maven repo android
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiankrein committed Sep 19, 2024
1 parent b4ed379 commit ff90ce6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,8 @@ const withCafAndroid: ConfigPlugin<void> = (config) => {
newSrc: `
maven { url "https://raw.githubusercontent.com/iProov/android/master/maven/" }
maven { url "https://repo.combateafraude.com/android/release" }
maven { url 'https://maven.fpregistry.io/releases' }
maven { url 'https://jitpack.io' }
`,
anchor: /https:\/\/www.jitpack.io/,
offset: 1,
Expand Down

0 comments on commit ff90ce6

Please sign in to comment.