File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ dependencies {
23
23
implementation ' com.android.support:appcompat-v7:27.1.1'
24
24
implementation ' com.android.support.constraint:constraint-layout:1.1.3'
25
25
implementation ' com.android.support:design:27.1.1'
26
+ implementation ' com.github.luben:zstd-jni:1.3.8-1@aar'
26
27
testImplementation ' junit:junit:4.12'
27
28
androidTestImplementation ' com.android.support.test:runner:1.0.2'
28
29
androidTestImplementation ' com.android.support.test.espresso:espresso-core:3.0.2'
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ buildscript {
4
4
repositories {
5
5
google()
6
6
jcenter()
7
-
7
+
8
8
}
9
9
dependencies {
10
10
classpath ' com.android.tools.build:gradle:3.3.0'
11
-
11
+
12
12
// NOTE: Do not place your application dependencies here; they belong
13
13
// in the individual module build.gradle files
14
14
}
@@ -18,7 +18,7 @@ allprojects {
18
18
repositories {
19
19
google()
20
20
jcenter()
21
-
21
+ mavenCentral()
22
22
}
23
23
}
24
24
You can’t perform that action at this time.
0 commit comments