File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,12 @@ allprojects {
15
15
androidSupportAppCompatV7Version = " 28.0.0"
16
16
fbjniJavaOnlyVersion = " 0.0.3"
17
17
soLoaderNativeLoaderVersion = " 0.8.0"
18
- pytorchAndroidVersion = " 1.10.0 "
18
+ pytorchAndroidVersion = " 1.12 "
19
19
}
20
20
21
21
repositories {
22
22
google()
23
23
mavenCentral()
24
- jcenter()
25
24
}
26
25
27
26
dependencies {
@@ -32,7 +31,7 @@ allprojects {
32
31
33
32
repositories {
34
33
google()
35
- jcenter ()
34
+ mavenCentral ()
36
35
}
37
36
}
38
37
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apply plugin: 'com.android.library'
2
2
apply plugin : ' maven'
3
3
4
4
repositories {
5
- jcenter()
6
5
mavenCentral()
7
6
maven {
8
7
url " https://oss.sonatype.org/content/repositories/snapshots"
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.application'
2
2
3
3
repositories {
4
- jcenter()
5
4
mavenCentral()
6
5
maven {
7
6
url " https://oss.sonatype.org/content/repositories/snapshots"
You can’t perform that action at this time.
0 commit comments