We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f2a2ad commit c7313d0Copy full SHA for c7313d0
2 files changed
benfitpay-sdk/build.gradle
@@ -108,7 +108,7 @@ afterEvaluate {
108
109
groupId = "com.github.Tap-Payments"
110
artifactId = "BenefitPay-Android"
111
- version = "1.0.5"
+ version = "1.0.6"
112
113
// Variant-aware: ensure dependencies are included in POM
114
pom.withXml {
settings.gradle
@@ -9,7 +9,6 @@ dependencyResolutionManagement {
9
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
10
repositories {
11
google()
12
- jcenter()
13
maven { url 'https://jitpack.io' }
14
mavenCentral()
15
}
0 commit comments