Skip to content

Commit 4934384

Browse files
committed
fix build
1 parent cfed201 commit 4934384

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
group 'io.abner.fastdev.android'
2-
version '0.3.0'
2+
version '0.3.1'
33

44
buildscript {
55
repositories {
6-
gradlePluginPortal()
6+
mavenCentral()
77
google()
8-
jcenter()
8+
maven { url "https://plugins.gradle.org/m2/" }
99
}
1010

1111
dependencies {

download-jsc/build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ version '1.0.0'
33

44
buildscript {
55
repositories {
6+
mavenCentral()
67
google()
8+
maven { url "https://plugins.gradle.org/m2/" }
79
}
810

911
dependencies {
1012
classpath "de.undercouch:gradle-download-task:4.1.1"
11-
classpath 'com.github.kezong:fat-aar:1.2.15'
13+
classpath 'com.github.kezong:fat-aar:1.3.8'
1214
}
1315
}
1416

0 commit comments

Comments
 (0)