Skip to content

Commit c7313d0

Browse files
committed
removed jcenter
1 parent 2f2a2ad commit c7313d0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

benfitpay-sdk/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ afterEvaluate {
108108

109109
groupId = "com.github.Tap-Payments"
110110
artifactId = "BenefitPay-Android"
111-
version = "1.0.5"
111+
version = "1.0.6"
112112

113113
// Variant-aware: ensure dependencies are included in POM
114114
pom.withXml {

settings.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ dependencyResolutionManagement {
99
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1010
repositories {
1111
google()
12-
jcenter()
1312
maven { url 'https://jitpack.io' }
1413
mavenCentral()
1514
}

0 commit comments

Comments
 (0)