Skip to content

Commit 2a35dde

Browse files
authored
Replace jcenter and fix version for android (#6046)
* Replace jcenter for android * Removing revision 0 from version
1 parent ff8fae9 commit 2a35dde

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

android/build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,12 @@ allprojects {
1515
androidSupportAppCompatV7Version = "28.0.0"
1616
fbjniJavaOnlyVersion = "0.0.3"
1717
soLoaderNativeLoaderVersion = "0.8.0"
18-
pytorchAndroidVersion = "1.10.0"
18+
pytorchAndroidVersion = "1.12"
1919
}
2020

2121
repositories {
2222
google()
2323
mavenCentral()
24-
jcenter()
2524
}
2625

2726
dependencies {
@@ -32,7 +31,7 @@ allprojects {
3231

3332
repositories {
3433
google()
35-
jcenter()
34+
mavenCentral()
3635
}
3736
}
3837

android/ops/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
22
apply plugin: 'maven'
33

44
repositories {
5-
jcenter()
65
mavenCentral()
76
maven {
87
url "https://oss.sonatype.org/content/repositories/snapshots"

android/test_app/app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
apply plugin: 'com.android.application'
22

33
repositories {
4-
jcenter()
54
mavenCentral()
65
maven {
76
url "https://oss.sonatype.org/content/repositories/snapshots"

0 commit comments

Comments
 (0)