Skip to content

Commit

Permalink
chore: Remove deprecated jcenter repo (aws-amplify#9397)
Browse files Browse the repository at this point in the history
#### Description of changes

Just trying to eliminate warnings about this repo being deprecated.
https://developer.android.com/studio/build/jcenter-migration

#### Description of how you validated changes

Brought this new version of build.gradle into my own project's
node_modules/amazon-cognito-identity-js folder and checked that it still
builds correctly.

#### Checklist

- [x] PR description included
- [x] `yarn test` passes

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 license.
  • Loading branch information
abdallahshaban557 committed Oct 12, 2022
2 parents 36de901 + 74f2d15 commit c222d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amazon-cognito-identity-js/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down

0 comments on commit c222d22

Please sign in to comment.