Skip to content

Commit

Permalink
fix: removed jcenter from android
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Oct 30, 2022
1 parent 53ce3ea commit 701fb5b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
}

dependencies {
Expand Down Expand Up @@ -72,7 +71,6 @@ android {

repositories {
mavenCentral()
jcenter()
google()

def found = false
Expand Down
2 changes: 0 additions & 2 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:4.2.2")
Expand All @@ -37,7 +36,6 @@ allprojects {

google()
mavenCentral()
jcenter()
maven { url 'https://www.jitpack.io' }
maven {
// All of Detox' artifacts are provided via the npm module
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-fast-rsa",
"version": "2.3.5",
"version": "2.3.6",
"description": "library for use RSA",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 701fb5b

Please sign in to comment.