Skip to content

Commit 997cf6a

Browse files
oleonovgades
authored andcommitted
Remove conditional maven repository inclusion for fdroid property
1 parent b8e6c51 commit 997cf6a

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

build.gradle

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,6 @@ allprojects {
6161
mavenCentral()
6262
mavenLocal()
6363
maven { url "https://jitpack.io" }
64-
if (!project.hasProperty('fdroid')) {
65-
maven {
66-
url = uri("https://piratecash.github.io/monero-kit-android")
67-
content {
68-
includeGroup("com.github.piratecash")
69-
}
70-
}
71-
maven {
72-
url = uri("https://piratecash.github.io/ethereum-kit-android")
73-
content {
74-
includeGroup("com.github.piratecash")
75-
}
76-
}
77-
}
7864
}
7965
}
8066

0 commit comments

Comments
 (0)