Skip to content

Commit 2eb4113

Browse files
committed
Declare dependency on zstd-jni AAR
1 parent 76a745c commit 2eb4113

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.idea/vcs.xml

+6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ dependencies {
2323
implementation 'com.android.support:appcompat-v7:27.1.1'
2424
implementation 'com.android.support.constraint:constraint-layout:1.1.3'
2525
implementation 'com.android.support:design:27.1.1'
26+
implementation 'com.github.luben:zstd-jni:1.3.8-1@aar'
2627
testImplementation 'junit:junit:4.12'
2728
androidTestImplementation 'com.android.support.test:runner:1.0.2'
2829
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ buildscript {
44
repositories {
55
google()
66
jcenter()
7-
7+
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:3.3.0'
11-
11+
1212
// NOTE: Do not place your application dependencies here; they belong
1313
// in the individual module build.gradle files
1414
}
@@ -18,7 +18,7 @@ allprojects {
1818
repositories {
1919
google()
2020
jcenter()
21-
21+
mavenCentral()
2222
}
2323
}
2424

0 commit comments

Comments
 (0)