Commit 701fb5b 1 parent 53ce3ea commit 701fb5b Copy full SHA for 701fb5b
File tree 3 files changed +1
-5
lines changed
3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ buildscript {
5
5
repositories {
6
6
google()
7
7
mavenCentral()
8
- jcenter()
9
8
}
10
9
11
10
dependencies {
@@ -72,7 +71,6 @@ android {
72
71
73
72
repositories {
74
73
mavenCentral()
75
- jcenter()
76
74
google()
77
75
78
76
def found = false
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ buildscript {
12
12
repositories {
13
13
google()
14
14
mavenCentral()
15
- jcenter()
16
15
}
17
16
dependencies {
18
17
classpath(" com.android.tools.build:gradle:4.2.2" )
@@ -37,7 +36,6 @@ allprojects {
37
36
38
37
google()
39
38
mavenCentral()
40
- jcenter()
41
39
maven { url ' https://www.jitpack.io' }
42
40
maven {
43
41
// All of Detox' artifacts are provided via the npm module
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-fast-rsa" ,
3
- "version" : " 2.3.5 " ,
3
+ "version" : " 2.3.6 " ,
4
4
"description" : " library for use RSA" ,
5
5
"main" : " lib/commonjs/index" ,
6
6
"module" : " lib/module/index" ,
You can’t perform that action at this time.
0 commit comments