Skip to content

Commit 701fb5b

Browse files
committed
fix: removed jcenter from android
1 parent 53ce3ea commit 701fb5b

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

android/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ buildscript {
55
repositories {
66
google()
77
mavenCentral()
8-
jcenter()
98
}
109

1110
dependencies {
@@ -72,7 +71,6 @@ android {
7271

7372
repositories {
7473
mavenCentral()
75-
jcenter()
7674
google()
7775

7876
def found = false

example/android/build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ buildscript {
1212
repositories {
1313
google()
1414
mavenCentral()
15-
jcenter()
1615
}
1716
dependencies {
1817
classpath("com.android.tools.build:gradle:4.2.2")
@@ -37,7 +36,6 @@ allprojects {
3736

3837
google()
3938
mavenCentral()
40-
jcenter()
4139
maven { url 'https://www.jitpack.io' }
4240
maven {
4341
// All of Detox' artifacts are provided via the npm module

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fast-rsa",
3-
"version": "2.3.5",
3+
"version": "2.3.6",
44
"description": "library for use RSA",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)