Skip to content

Commit d3644f7

Browse files
kherembourgclaude
andcommitted
fix(android): remove deprecated jcenter() repository
jcenter has been sunset and is no longer supported. All dependencies are available via mavenCentral() and google() repositories. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3fe71df commit d3644f7

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

example/android/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ repositories {
117117
mavenLocal()
118118
mavenCentral()
119119
google()
120-
jcenter()
121120
}
122121

123122
dependencies {

packages/purchasely/android/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ buildscript {
66
google()
77
mavenLocal()
88
mavenCentral()
9-
jcenter()
109
}
1110

1211
dependencies {
@@ -62,7 +61,6 @@ android {
6261
repositories {
6362
mavenLocal()
6463
mavenCentral()
65-
jcenter()
6664
google()
6765

6866
def found = false

0 commit comments

Comments
 (0)