We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6df038 commit 218d48fCopy full SHA for 218d48f
2 files changed
.github/workflows/android-ci.yml
@@ -5,6 +5,7 @@ on:
5
6
jobs:
7
build:
8
+ name: build-jdk
9
strategy:
10
matrix:
11
jdk:
build.gradle
@@ -17,6 +17,7 @@ buildscript {
17
mavenLocal()
18
mavenCentral()
19
maven { url 'https://jitpack.io' }
20
+ jcenter { url 'https://jcenter.bintray.com/'}
21
google()
22
}
23
@@ -43,8 +44,9 @@ allprojects {
43
44
// }
45
// public java and android repository
46
// maven { url 'https://maven.aliyun.com/repository/public/' }
- maven { url 'https://jitpack.io' }
47
48
+ maven { url 'https://jitpack.io' }
49
50
51
52
0 commit comments