Skip to content

Commit 6e36a3d

Browse files
committed
fix: removed jcenter from android
1 parent e9d0dd1 commit 6e36a3d

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

android/build.gradle

Lines changed: 0 additions & 2 deletions
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

Lines changed: 0 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-fast-openpgp",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"description": "library for use openPGP",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)